-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sending spurious Rejects when processing remote account deletion #15104
Fix sending spurious Rejects when processing remote account deletion #15104
Conversation
@@ -62,7 +63,7 @@ def call(account, **options) | |||
private | |||
|
|||
def reject_follows! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, let me think... This made sense when this was SuspendAccountService, but do we actually ever need to do this when we're deleting now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally, this is already done in SuspendAccountService
, but some codepaths skip this, such as blocking a domain altogether.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, makes sense.
We've got
|
|
|
1cbe4ba
to
e043d95
Compare
This comment has been minimized.
This comment has been minimized.
e043d95
to
4a3f41f
Compare
No description provided.