Fix nil error when removing status caused by race condition (#16099)
This commit is contained in:
@ -62,7 +62,7 @@ class StatusReachFinder
|
||||
end
|
||||
|
||||
def followers_inboxes
|
||||
if @status.reply? && @status.thread.account.local? && @status.distributable?
|
||||
if @status.in_reply_to_local_account? && @status.distributable?
|
||||
@status.account.followers.or(@status.thread.account.followers).inboxes
|
||||
else
|
||||
@status.account.followers.inboxes
|
||||
|
Reference in New Issue
Block a user