mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06:00
notify_user is not a flag
This commit is contained in:
parent
a2690efa61
commit
6fbc5af284
@ -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 New Issue
Block a user