Skip to content

Commit 75f3bbc

Browse files
committed
chore(ffi): Update according to last commit.
1 parent 02cfee6 commit 75f3bbc

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
@@ -159,7 +159,7 @@ pub struct SlidingSyncRoom {
159159
#[uniffi::export]
160160
impl SlidingSyncRoom {
161161
pub fn name(&self) -> Option<String> {
162-
self.inner.name().map(ToOwned::to_owned)
162+
self.inner.name()
163163
}
164164

165165
pub fn room_id(&self) -> String {

0 commit comments

Comments
 (0)