Do not collapse quote notifications

This prevents an issue where edits to a post with a quote would trigger push notifications indefinitely.
This commit is contained in:
Penar Musaraj
2019-06-27 18:20:43 -04:00
parent 4ba35472e6
commit 27387b0859
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -271,7 +271,6 @@ class PostAlerter
COLLAPSED_NOTIFICATION_TYPES ||= [
Notification.types[:replied],
Notification.types[:quoted],
Notification.types[:posted],
Notification.types[:private_message],
]