mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Fix / some state events are missing context action (view source)
This commit is contained in:
parent
58a80ec543
commit
6cf24cc43b
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ internal fun RoomEntity.addStateEvents(stateEvents: List<Event>,
|
|||
val eventEntity = event.toEntity(roomId).apply {
|
||||
this.stateIndex = stateIndex
|
||||
this.isUnlinked = isUnlinked
|
||||
this.sendState = SendState.SYNCED
|
||||
}
|
||||
untimelinedStateEvents.add(0, eventEntity)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue