mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 22:47:02 -04:00
Getting the position when reading an event is no longer required: - the only use case for reading the position out of the event cache was when we wanted to replace a redacted item into the linked chunk; now with save_event(), we can replace it without having to know its position. As an extra measure of caution, I've also included the room_id in the `events` table, next to the event_id, so that looking for an event is still restricted to a single room.
The file is empty.