mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Do not process outgoing mentions to suspended accounts (#8272)
This commit is contained in:
parent
7a0f781aa9
commit
abc5548cca
@ -25,7 +25,7 @@ class ProcessMentionsService < BaseService
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
next match if mention_undeliverable?(mentioned_account)
|
next match if mention_undeliverable?(mentioned_account) || mentioned_account&.suspended
|
||||||
|
|
||||||
mentions << mentioned_account.mentions.where(status: status).first_or_create(status: status)
|
mentions << mentioned_account.mentions.where(status: status).first_or_create(status: status)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user