mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-04 03:52:19 -04:00
doc(indexeddb): add changelog file
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net>
This commit is contained in:
committed by
Stefan Ceriu
parent
95037fce93
commit
fd95d90bf9
5
crates/matrix-sdk-indexeddb/changelog.d/6782.fixed.md
Normal file
5
crates/matrix-sdk-indexeddb/changelog.d/6782.fixed.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Ensure that `IndexeddbEventCacheStore` properly pushes and removes events from a chunk.
|
||||
Prior to these changes, pushing an event could erroneously replace an existing event, but
|
||||
now it only replaces an existing event if it is being promoted from out-of-band to in-band.
|
||||
Additionally, removing an event now properly shifts the indices of subsequent events in
|
||||
the chunk.
|
||||
Reference in New Issue
Block a user