mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
FIX: Post Action Type 6 is not a notify type
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user