Skip to content

Commit c86ebad

Browse files
Hywanjplatte
andauthored
Update crates/matrix-sdk/src/sliding_sync.rs
Co-authored-by: Jonas Platte <[email protected]>
1 parent 43f2f60 commit c86ebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/sliding_sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ impl SlidingSyncRoom {
284284
}
285285

286286
/// Was this an initial response.
287-
pub fn is_an_initial_response(&self) -> Option<bool> {
287+
pub fn is_initial_response(&self) -> Option<bool> {
288288
self.inner.initial
289289
}
290290

0 commit comments

Comments
 (0)