Encrypted room support broken #63
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: projectmoon/tenebrous-dicebot#63
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Bot currently doesn't work in encrypted rooms. Apparently something to do with calling
sync_once
followed by the indefinitesync
. If we removesync_once
, it should work. We just need to make sure ignoring old messages works correctly still.After enough screwing around with state stores, SDK updates, and device IDs, it seems like the encrypted room support is working again. Could have been a bug in the SDK, or maybe I did not wipe out the state store properly. Who knows?