mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 16:04:13 -04:00
When we store an Olm session in the database, we encode the sender key and session ID using the store cipher. That means that we also need to encode them when we look them up, otherwise we won't find them.