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 8eccd1b6e1
commit 37d0b9c6ef

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,