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