From 7cfb8ed5c16c0b7bb92ff19bd8ccd7e67b977512 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 19 Oct 2017 14:11:31 -0400 Subject: [PATCH] FIX: You can't notify a user on a flag topic --- 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 9bb75363b7..4d8e228214 100644 --- a/app/models/post_action_type.rb +++ b/app/models/post_action_type.rb @@ -41,7 +41,7 @@ class PostActionType < ActiveRecord::Base @flag_settings.add( 6, :notify_user, - topic_type: true, + topic_type: false, notify_type: true, custom_type: true )