mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
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:
@@ -271,7 +271,6 @@ class PostAlerter
|
||||
|
||||
COLLAPSED_NOTIFICATION_TYPES ||= [
|
||||
Notification.types[:replied],
|
||||
Notification.types[:quoted],
|
||||
Notification.types[:posted],
|
||||
Notification.types[:private_message],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user