mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: system user edits should not generate notifications
This commit is contained in:
@@ -483,6 +483,7 @@ class PostRevisor
|
||||
end
|
||||
|
||||
def alert_users
|
||||
return if @editor.id == Discourse::SYSTEM_USER_ID
|
||||
PostAlerter.new.after_save_post(@post)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user