I saw it just yesterday.
And a week ago.
And a month ago.
And I had it myself 2 months ago, fixed by going to the online element client that just happened to still be “verified” after a while of no use and then I could verify the rest of my clients. I would be SoL if I didn’t have one of my original sessions upon making the account years ago still. Interesting system.
That was in the 1 encrypted chat I am a part of.
99% of rooms aren’t encrypted so are completely and totally insecure anyway. Which I guess is fine for community discussion spaces.
I like fluffychat but it doesn’t have threading. Element is also fine and what I have to use on desktop because neochat fucks up so much, but I can’t use it on my phone because it causes an extra 1%/hour drain on my phone battery in the background which is insane. Uninstalled it a year or two ago.
Different philosophy.
Ntfy uses pub-sub like MQTT. It publishes messages and anyone (with access) can subscribe to it. Want to connect 250 clients across 50 people to have the same messages delivered? Easy.
Gotify uses end to end messaging. A user creates an application on their chosen client. Gotify uses a REST api send the notification pulled from the chosen app to the user who made it. Want to do the same as above? You have to set it up 250 times. Gotify was the first to have authentication and some people say it is more robust, but I can’t speak on that. Also gotify is easier to set up and makes sense for a single user.
Someone can correct me if I am wrong, but that is the biggest architectural difference.