1
0
Fork 0

Don't accept ignored author via relay

This commit is contained in:
Michael 2020-10-02 03:35:22 +00:00
commit 9b1918c650
4 changed files with 19 additions and 4 deletions

View file

@ -2807,7 +2807,7 @@ class Diaspora
$taglist = Tag::getByURIId($uriid, [Tag::HASHTAG]);
$tags = array_column($taglist, 'name');
return Relay::isSolicitedPost($tags, $body, $url, Protocol::DIASPORA);
return Relay::isSolicitedPost($tags, $body, $contact['id'], $url, Protocol::DIASPORA);
}
/**