Skip to content

Commit 4e1fe3b

Browse files
committed
chore: Fix a function renaming.
1 parent c6d9930 commit 4e1fe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/matrix-sdk-ffi/src/sliding_sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ impl SlidingSyncRoom {
134134
}
135135

136136
pub fn is_initial(&self) -> Option<bool> {
137-
self.inner.is_an_initial_response()
137+
self.inner.is_initial_response()
138138
}
139139

140140
pub fn is_loading_more(&self) -> bool {

0 commit comments

Comments
 (0)