You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a message to a room that contains a m.room.encryption event that riot can't handle (e.g. redacted, sent incorrectly, etc), riot shows an extremely unhelpful "Your message was not sent" notification. The notification contains absolutely no information why it was not sent, and it offers a "Resend message" button that doesn't work.
Steps to reproduce
Send a m.room.encryption state event with an unsupported algorithm or redact an existing m.room.encryption event
Try to send a message
Expected result: useful error message that says the room is misconfigured or that the server is hiding the configuration, maybe offer a button to send a fixed encryption event if the user is admin.
Actual result: useless and confusing error message
This might also apply for
Version information
Platform: web
Browser: Firefox 79.0b2
OS: Ubuntu 20.04
URL: riot.im/develop
The text was updated successfully, but these errors were encountered:
Description
When sending a message to a room that contains a
m.room.encryption
event that riot can't handle (e.g. redacted, sent incorrectly, etc), riot shows an extremely unhelpful "Your message was not sent" notification. The notification contains absolutely no information why it was not sent, and it offers a "Resend message" button that doesn't work.Steps to reproduce
m.room.encryption
state event with an unsupported algorithm or redact an existingm.room.encryption
eventExpected result: useful error message that says the room is misconfigured or that the server is hiding the configuration, maybe offer a button to send a fixed encryption event if the user is admin.
Actual result: useless and confusing error message
This might also apply for
Version information
The text was updated successfully, but these errors were encountered: