Improve group processing (#14279)
* Fix the local group's followers collection * Fix to accept followed relayed_through_account * Add local delivery to the group's followers * Fix code style * Revert "Add local delivery to the group's followers" This reverts commit 3237effc199772e4c4d30f19082cbc5633f56196.
This commit is contained in:
parent
6a96af4d20
commit
5c23ec2fa6
2 changed files with 7 additions and 7 deletions
|
@ -185,7 +185,7 @@ class ActivityPub::Activity
|
|||
end
|
||||
|
||||
def followed_by_local_accounts?
|
||||
@account.passive_relationships.exists?
|
||||
@account.passive_relationships.exists? || @options[:relayed_through_account]&.passive_relationships&.exists?
|
||||
end
|
||||
|
||||
def requested_through_relay?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue