discourse/app
Sam Saffron 3d0ccf8642
FIX: missing edit notifications in some rare cases
Due to a refactor in e90f9e5cc4 we stopped notifying on edits if
a user liked a post and then edited.

The like could have happened a long time ago so this gets extra
confusing.

This change makes the suppression more deliberate. We only want
to suppress quite/link/mention if the user already got a reply
notification.

We can expand this suppression if it is not enough.
2020-05-04 17:40:56 +10:00
..
assets REFACTOR: minor tweaks to user's notifications-filter (#9623) 2020-05-04 09:09:13 +02:00
controllers FIX: Unassign user titles when a badge is deleted (#9573) 2020-05-02 18:02:28 -07:00
helpers DEV: stop freezing frozen strings 2020-04-30 16:48:53 +10:00
jobs FIX: Unassign user titles when a badge is deleted (#9573) 2020-05-02 18:02:28 -07:00
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FIX: Unassign user titles when a badge is deleted (#9573) 2020-05-02 18:02:28 -07:00
serializers FIX: Bookmark UI tweaks (#9604) 2020-05-01 16:14:20 +10:00
services FIX: missing edit notifications in some rare cases 2020-05-04 17:40:56 +10:00
views FEATURE: More improvements to crawler and old browsers view 2020-04-30 12:07:51 +03:00