One of my users clears the notifications one-by-one and was bothered that they need to hit the arrow at the bottom to reveal unread notifications instead of unread notifications taking priority at the top.
This behavior is also inconsistent with the notification categories that do prioritize the unread ones:
Either way, I agree with the complaint and wanted to make a request for it to be changed or at least an explanation why it is better with the current behavior.
When we implemented the new notifications menu last year, we originally had likes sort as other notifications do, but got a fair bit of feedback that it was unnecessarily noisy and was causing people to feel like they had to clear them.
We then adjusted that logic with this change:
We want to allow unread likes to sort lower than newer, read notifications on the main tab so that people donât feel like they must clear these notifications.
So, for the main tab, the sorting algorithm changes from:
unread with priority in reverse chronological order
unread without priority in reverse chronological order
read in reverse chronological order
to:
unread with priority in reverse chronological order
unread without priority in reverse chronological order (but exclude likes)
read (and likes, whether read or not) in reverse chronological order
I think if it the order has to be explained in bullet points and each tab has a different set of bullet points that explains that specific tabâs order, it may be too complicated.
I can appreciate that it might be annoying to clear out a bunch of likes before getting to the meaningful stuff. Maybe likes shouldnât appear in that section if they are mostly useless then? Or isnât there already a setting to control how your like notifications are received? if someone is being drowned in likes maybe thatâs the solution?
The issue we observed was that people were feeling compelled to visit every like notification or dismiss them to clear them out, and that was not a feeling or behavior we want to encourage.
Once we made this change that problem disappeared and there were no other issues we observed.
It is more difficult to explain, but we havenât felt the need to do so for except here among the most inquisitive of users.
For those that really want to see all their unread likes easily, the option remains available to do so by going to the likes tab in the notifications menu.