mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
FIX: Post Action Type 6 is not a notify type
This commit is contained in:
parent
552b66a2ff
commit
aad5118aa9
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user