We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabc7c5 commit 1fa4bb4Copy full SHA for 1fa4bb4
crates/matrix-sdk/src/event_cache/mod.rs
@@ -249,10 +249,6 @@ impl EventCache {
249
// We could have received events during a previous sync; remove them all, since
250
// we can't know where to insert the "initial events" with respect to
251
// them.
252
- // let mut room_events = room_cache.inner.events.write().await;
253
- // room_events.reset();
254
-
255
- // let _ = room_cache.inner.sender.send(RoomEventCacheUpdate::Clear);
256
257
room_cache
258
.inner
0 commit comments