File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/room Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ import kotlinx.coroutines.flow.map
7474import kotlinx.coroutines.flow.onEach
7575import kotlinx.coroutines.flow.onStart
7676import kotlinx.coroutines.withContext
77+ import org.matrix.rustcomponents.sdk.DateDividerMode
7778import org.matrix.rustcomponents.sdk.IdentityStatusChangeListener
7879import org.matrix.rustcomponents.sdk.RoomInfo
7980import org.matrix.rustcomponents.sdk.RoomInfoListener
@@ -233,7 +234,8 @@ class RustMatrixRoom(
233234 RoomMessageEventMessageType .IMAGE ,
234235 RoomMessageEventMessageType .VIDEO ,
235236 RoomMessageEventMessageType .AUDIO ,
236- )
237+ ),
238+ dateDividerMode = DateDividerMode .DAILY ,
237239 ).let { inner ->
238240 createTimeline(inner, mode = Timeline .Mode .MEDIA )
239241 }
You can’t perform that action at this time.
0 commit comments