mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix followers with profile subscription (bell icon) being notified of post edits (#37646)
This commit is contained in:
parent
569ff6c8ad
commit
4c1fbe4e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class FeedInsertWorker
|
|||
|
||||
def notify?(filter_result)
|
||||
return false if @type != :home || @status.reblog? || (@status.reply? && @status.in_reply_to_account_id != @status.account_id) ||
|
||||
filter_result == :filter
|
||||
update? || filter_result == :filter
|
||||
|
||||
Follow.find_by(account: @follower, target_account: @status.account)&.notify?
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue