mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 11:36:07 -04:00
chore(sdk): SlidingSyncRoom::new no longer needs a mutable inner.
This commit is contained in:
@@ -41,7 +41,7 @@ impl SlidingSyncRoom {
|
||||
pub(super) fn new(
|
||||
client: Client,
|
||||
room_id: OwnedRoomId,
|
||||
mut inner: v4::SlidingSyncRoom,
|
||||
inner: v4::SlidingSyncRoom,
|
||||
timeline: Vec<SyncTimelineEvent>,
|
||||
) -> Self {
|
||||
let mut timeline_queue = ObservableVector::new();
|
||||
|
||||
Reference in New Issue
Block a user