mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "Revert "notify_user is not a flag""
This reverts commit cf5e0ec1c1.
This commit is contained in:
@@ -40,7 +40,7 @@ class PostActionType < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def flag_types
|
||||
@flag_types ||= types.only(:off_topic, :spam, :inappropriate, :notify_user, :notify_moderators)
|
||||
@flag_types ||= types.only(:off_topic, :spam, :inappropriate, :notify_moderators)
|
||||
end
|
||||
|
||||
# flags resulting in mod notifications
|
||||
|
||||
Reference in New Issue
Block a user