From 4aedd839bc5472a51d0e818c1dbf253e4214f3dc Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 19 Oct 2016 17:21:46 +1100 Subject: [PATCH] Revert "Revert "notify_user is not a flag"" This reverts commit cf5e0ec1c1195594d4b833018ea4955cc249affb. --- app/models/post_action_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/post_action_type.rb b/app/models/post_action_type.rb index ac4c92aa711..48935123b03 100644 --- a/app/models/post_action_type.rb +++ b/app/models/post_action_type.rb @@ -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