FIX: You can't notify a user on a flag topic

This commit is contained in:
Robin Ward 2017-10-19 14:11:31 -04:00
parent 838568cbc3
commit 7cfb8ed5c1

View File

@ -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
)