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:
parent
552b66a2ff
commit
aad5118aa9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue