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 1a32aa5 commit a22d592Copy full SHA for a22d592
crates/matrix-sdk-indexeddb/src/event_cache_store/types.rs
@@ -145,6 +145,8 @@ impl From<matrix_sdk_base::linked_chunk::Position> for Position {
145
/// which can be stored in IndexedDB.
146
#[derive(Debug, Serialize, Deserialize)]
147
pub struct Gap {
148
+ /// The identifier of the chunk containing this gap.
149
+ pub chunk_identifier: u64,
150
/// The token to use in the query, extracted from a previous "from" /
151
/// "end" field of a `/messages` response.
152
pub prev_token: String,
0 commit comments