mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Invite: fix room member not saved
This commit is contained in:
parent
d710a59554
commit
483256093a
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ internal class RoomSyncHandler @Inject constructor(private val readReceiptHandle
|
|||
eventId = eventEntity.eventId
|
||||
root = eventEntity
|
||||
}
|
||||
roomMemberEventHandler.handle(realm, roomId, it)
|
||||
}
|
||||
}
|
||||
val inviterEvent = roomSync.inviteState?.events?.lastOrNull {
|
||||
|
|
Loading…
Add table
Reference in a new issue