FIX: Add watching_first_post to NOTIFIABLE_TYPES (#6887)
This commit is contained in:
parent
54f95bb335
commit
79eb1b8e16
|
@ -193,7 +193,7 @@ class PostAlerter
|
|||
end
|
||||
end
|
||||
|
||||
NOTIFIABLE_TYPES = [:mentioned, :replied, :quoted, :posted, :linked, :private_message, :group_mentioned].map { |t|
|
||||
NOTIFIABLE_TYPES = [:mentioned, :replied, :quoted, :posted, :linked, :private_message, :group_mentioned, :watching_first_post].map { |t|
|
||||
Notification.types[t]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue