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
Messages sent by the Hookshot bot are consistently unreadable by some users due to decryption issues, displaying only "Unable to decrypt message." It can take up to two days before affected users can successfully decrypt and read the messages.
This issue occurs exclusively with messages from the Hookshot bot.
Is there a way to keep the bot online for an extended period to ensure successful key exchange?
Steps to reproduce:
User: Having a active session.
Inviting Hookshot Bot and create web hook.
Web Hook: sends messages: All Fine
User: (delete session or app and/or) creates a new session and verifies this session
Web Hook: sends messages: User always get's "unable to decrypt message"
Decrypted event:
{
"type": "m.room.message",
"content": {
"msgtype": "m.bad.encrypted",
"body": "** Unable to decrypt: DecryptionError: The sender's device has not sent us the keys for this message. **"
}
}
Messages sent by the Hookshot bot are consistently unreadable by some users due to decryption issues, displaying only "Unable to decrypt message." It can take up to two days before affected users can successfully decrypt and read the messages.
This issue occurs exclusively with messages from the Hookshot bot.
Is there a way to keep the bot online for an extended period to ensure successful key exchange?
Steps to reproduce:
Decrypted event:
original event:
Fix: drop web hook and recreate a new hook. User is able to read messages again ... until he is required to use/create a new session.
The text was updated successfully, but these errors were encountered: