No need to keep innerTimeline as a class member.

This commit is contained in:
Benoit Marty
2024-04-29 14:27:07 +02:00
parent 48e9b780b1
commit d42a96cc63

View File

@@ -94,7 +94,7 @@ class RustMatrixRoom(
private val isKeyBackupEnabled: Boolean,
private val roomListItem: RoomListItem,
private val innerRoom: InnerRoom,
private val innerTimeline: InnerTimeline,
innerTimeline: InnerTimeline,
private val roomNotificationSettingsService: RustNotificationSettingsService,
sessionCoroutineScope: CoroutineScope,
private val coroutineDispatchers: CoroutineDispatchers,