mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
notify_user is not a flag
This commit is contained in:
parent
a2690efa61
commit
6fbc5af284
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,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 a new issue