From aad5118aa92dc6213195ec526097c2ac140b113a Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 19 Oct 2017 17:13:55 -0400 Subject: [PATCH] FIX: Post Action Type 6 is not a notify type --- 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 4d8e228214b..9f757aa013e 100644 --- a/app/models/post_action_type.rb +++ b/app/models/post_action_type.rb @@ -42,7 +42,7 @@ class PostActionType < ActiveRecord::Base 6, :notify_user, topic_type: false, - notify_type: true, + notify_type: false, custom_type: true ) @flag_settings.add(