mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-14 22:26:36 -05:00
Fix to accept followed relayed_through_account
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user