mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-10 15:23:50 +01:00
Fix processing of Delete activities on direct messages
This commit is contained in:
parent
4acb5c90a2
commit
1978f7265e
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class RemoveStatusService < BaseService
|
|||
end
|
||||
|
||||
def remove_from_direct
|
||||
@mentions.each do |mention|
|
||||
@status.active_mentions.each do |mention|
|
||||
FeedManager.instance.unpush_from_direct(mention.account, @status) if mention.account.local?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue