mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 10:00:50 -04:00
* sliding sync: infer the storage key from the loop id and user id * chore: rename `sync_id` to `id` * chore: check that the sliding sync id is less than 16 chars * chore: rejigger the storage key creation logic Now the prefix is visible only in the `format_storage_key_prefix` function, and other `format_storage_key` function will be based off that. * chore: update sliding sync README with API updates and fix outdated information * chore: clippy + fix test Signed-off-by: Benjamin Bouvier <public@benj.me>