Support grouped notifications
https://docs.joinmastodon.org/methods/grouped_notifications/
One minor request for how this feature eventually gets implemented: give us an option to toggle whether the UI says "[person] and 15 others favorited..." or "[person] and several others favorited..." when more than 3 or 4 people engage with a post - effectively hiding the number under the word "several". Cohost did this and it became a deliberately appreciated feature, helping people further de-emphasize making numbers go up (something the rest of Tusky's UI already does a great job with!). Of course, seeing the number can be useful sometimes, so make it a toggle option.
I love how phanpy groups both likes and boost for the day (it could be all boosts and likes if you ask me). It would be really beneficial if this grouping could be done - also masto webUI does it now.
The main challenge here is that we want to to also support servers that don't have the new grouped notification api, and everything should still be cached like it is now.
The main challenge here is that we want to to also support servers that don't have the new grouped notification api, and everything should still be cached like it is now.
i thought this makes sense to implement client-side without the api? i think phanpy is able to do it with gotosocial (but I'm far from sure if gotosocial has it in api or not).
FediText has it on the client side, could probably refer to their implementation https://github.com/feditext/feditext