mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 01:45:29 -04:00
chore(ffi): Update according to last commit.
This commit is contained in:
@@ -159,7 +159,7 @@ pub struct SlidingSyncRoom {
|
||||
#[uniffi::export]
|
||||
impl SlidingSyncRoom {
|
||||
pub fn name(&self) -> Option<String> {
|
||||
self.inner.name().map(ToOwned::to_owned)
|
||||
self.inner.name()
|
||||
}
|
||||
|
||||
pub fn room_id(&self) -> String {
|
||||
|
||||
Reference in New Issue
Block a user