Elsie Hupp
Elsie Hupp
I just emailed the maintainer to ask him about the project's current development status: > From: Elsie Hupp \ > Subject: RSMS Messenger Project Status? > Date: September 10, 2021...
Spoiler alert: this is related to https://github.com/mail-in-a-box/mailinabox/issues/2028, as I see you're the maintainer over there, too.
Okay, it looks like my test code is broken. (I probably wasn't running the test script correctly on my computer.) Any idea how to fix this? ``` > assert isinstance(exc_info,...
I would say the issue with depending on strings is that parsing code is difficult and messy, and it’s cleaner to pass information in closer to the original format if...
FWIW the example code in my comment just now didn’t account for the fact that a lot of the existing error messages are constructed from variables, so a function call...
> I understand completely. But creating a zillion error classes is not the way localization is typically implemented. Yeah, I had that feeling, too. But regardless I think my next...
(I’m marking this as a draft just to emphasize that it isn’t done, and that the code in this pull request is not my immediate priority.)
I'm having this exact same issue. Incoming messages in a new one-to-one room are rendering as `** Unable to decrypt: The sender has disabled encrypting to unverified devices. **` on...
@t3chguy yes, I figured that out. (The sender forgot that they had it turned on.) Regardless, the error messages were rather confusing, especially due to the fact that I got...
Also, clicking “Re-request encryption keys” seemed to do literally nothing. I think ultimately the situation was only resolved when the sender initiated the process rather than me. The entire process...