parent
2ffe62846b
commit
cf5e0ec1c1
|
@ -40,7 +40,7 @@ class PostActionType < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def flag_types
|
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
|
end
|
||||||
|
|
||||||
# flags resulting in mod notifications
|
# flags resulting in mod notifications
|
||||||
|
|
Loading…
Reference in New Issue