mirror of
https://github.com/ulyssa/iamb.git
synced 2026-04-03 08:19:08 -06:00
iamb missing any messages that couldn't be decrypted #245
Labels
No labels
admin
bug
bug
bug
bug
bug
bug
bug
debugging
documentation
documentation
documentation
documentation
e2ee
e2ee
e2ee
e2ee
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
experimental
experimental
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
image
image
image
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
perf
perf
perf
perf
ratatui
releases
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/iamb#245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juippis on 5/27/2024
Hey,
I hope I can explain the problem even though I don't really understand the matrix protocol too well.
Sometimes some messages can't be decrypted - most likely because the sender/server lags out somehow. weechat-matrix and gomuks will indicate that someone sent a message that you couldn't receive with:
gomuks: failed to decrypt megolm event: no session with given ID found
weechat-matrix: Unable to decrypt: The sender's device has not sent us the keys for this message
gomuks allows you to
/clearcacheto properly retry receiving the messages, and will then show them to you.I noticed iamb just ignores these events. So you never even know if you missed a message, unless you're running a client in parallel that shows these events.
I hope you can understand the issue here :) let me know if I can provide more information.