this post was submitted on 22 Apr 2024
318 points (94.7% liked)
Programmer Humor
32356 readers
1210 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This was fixed for me since the rust crypto implementation for matrix last year.
Is the fix a client thing or is there an interaction with the server as well? I had really bad issues with message decryption on Element for Android last year (July 2023 based on the date I installed a different matrix client).
I'm self-hosting synapse on Debian Bullseye (from bullseye-backports).
Afaik it was the client implementation, the encryption logic is the same just redone in a different language.
The issue i had was that when using unstable network connections(mostly mobile) it would miss one message or something like that and all following messages wouldnt be decryptable.
This seems to be the version where the switch happened https://github.com/element-hq/element-android/releases/tag/v1.6.0
Thanks for the info! I'll have to give Element another go and see if it's more reliable for me nowadays.
It’s significantly more reliable but it’s not fixed.