2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

FIX: Post Action Type 6 is not a notify type

This commit is contained in:
Robin Ward 2017-10-19 17:13:55 -04:00
parent 552b66a2ff
commit aad5118aa9

View file

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