120
There needs to be a way to only get one push notification for every new message in a group chat
(self.showerthoughts)
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. A showerthought should offer a unique perspective on an ordinary part of life.
I think that's a good idea, my solution is to mute group chats and check them when I'm free, but it's not ideal for the reasons you've mentioned.
In whatsapp there's only the option to mute the chat.
In discord there's granular level of control that allows me to mute everything but direct notifications (@d00ery).
But if you implemented such a feature, how would you limit it?
i.e. one notification for the first message and then mute all replies for 5 mins? What happens when that one person who always replies an hour later messages?
Could we use AI to check if the conversation is still related to the original message?
From a dev perspective there's all sorts of solutions but I wonder how would one find the sweet spot.
I imagine it would be "$GroupChatName has new messages..." And can be dismissed the same as any other push notification. Whether or an additional notification comes after that could be configurable