This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Dan Ungureanu f3fdc7a6e8
FIX: Maintain notification order by priority (#13186)
When the client received a new notification, it prioritized only PM
notifications instead of maintaining the priority order. Later, the
check for missing notification deleted all notifications that were
in the wrong order because it could not match the IDs.

The correct order puts high_priority AND unread notifications first.
Low priority or read notifications (including high priority, but read
notifications) come after.
2021-05-31 09:27:13 +03:00
..
assets FIX: Maintain notification order by priority (#13186) 2021-05-31 09:27:13 +03:00
controllers DEV: Topic tracking state improvements (#12958) 2021-05-31 09:22:28 +10:00
helpers FEATURE: Normalize the service worker route (#12343) 2021-05-25 19:39:31 -03:00
jobs FEATURE: Show stale reviewable to other clients (#13114) 2021-05-26 09:47:35 +10:00
mailers FEATURE: Improve group email settings UI (#13083) 2021-05-28 09:28:18 +10:00
models DEV: Topic tracking state improvements (#12958) 2021-05-31 09:22:28 +10:00
serializers FIX: Maintain notification order by priority (#13186) 2021-05-31 09:27:13 +03:00
services FEATURE: Improve group email settings UI (#13083) 2021-05-28 09:28:18 +10:00
views DEV: Do not prompt to run yarn in dev env (#13167) 2021-05-26 22:16:28 -04:00