mirror of
https://github.com/mastodon/mastodon
synced 2024-11-27 06:18:17 +09:00
fix bug where remote suspension causes local to remote remote follows
This commit is contained in:
parent
8c322cca19
commit
ce520ba429
@ -20,7 +20,7 @@ class SuspendAccountService < BaseService
|
||||
private
|
||||
|
||||
def reject_remote_follows!
|
||||
return if @account.local? || !@account.activitypub?
|
||||
return if @account.local? || !@account.activitypub? || @account.suspension_origin_remote?
|
||||
|
||||
# When suspending a remote account, the account obviously doesn't
|
||||
# actually become suspended on its origin server, i.e. unlike a
|
||||
|
Loading…
Reference in New Issue
Block a user