mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: You can't notify a user on a flag topic
This commit is contained in:
parent
838568cbc3
commit
7cfb8ed5c1
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user