Revert "Revert "notify_user is not a flag""
This reverts commit cf5e0ec1c1
.
This commit is contained in:
parent
0a6ed64ca6
commit
4aedd839bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue