We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TODO
1 parent 8728d5a commit 3fce422Copy full SHA for 3fce422
1 file changed
crates/matrix-sdk/src/event_cache/caches/thread/pagination.rs
@@ -41,8 +41,8 @@ use crate::room::{IncludeRelations, RelationsOptions};
41
42
/// Intermediate type because the `ThreadEventCache` state doesn't provide all
43
/// the feature for the moment.
44
-///
45
-/// TODO: Remove this intermediate type.
+//
+// TODO: Remove this intermediate type.
46
#[derive(Clone)]
47
struct ThreadEventCacheWrapper {
48
cache: Arc<ThreadEventCacheInner>,
0 commit comments