

So the group channels and audio/voice aren’t but DMs are. It uses asymmetric signing and per conversation keys. These can be imported/exported so you can see your conversations across devices but by default the keys are never transmitted.
Unless there’s an issue with my code I’m missing?
Edit: oh wait, this was a reply about fluxer, I’ll leave it up just for info in case anyone is interested. Can you tell this is day one using Lemmy… 🫠

This will probably be the first update I release. I’ve pre emptively built the front end in Quasar and there’s even some bits of commented out code in there from where I started looking at storing authentication data per server. The plan as I see it, and I think this makes sense, is to have the web app based front-end be for people that want to run their own contained instance of both the API and front-end but then also have a Quasar desktop based app that has server switching built in. This then allows the server owner to just run the API if they want and let the user worry about how they connect.
It hasn’t been a priority for me at the moment because I’m literally the only person running a server. 😅
Now that it’s out in the wild, my next focus will be on the multi server side of things and making the text channels a bit more functional than just plaintext.