mirror of
https://github.com/discourse/discourse.git
synced 2026-08-27 05:37:29 -05:00
notify_user is not a flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user