mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Adds more named arguments to RoomSummaryUpdater
This commit is contained in:
parent
33475602f8
commit
b280358077
1 changed files with 3 additions and 3 deletions
|
@ -365,9 +365,9 @@ internal class RoomSummaryUpdater @Inject constructor(
|
|||
// TODO: Revisit
|
||||
childSum.parents.add(SpaceParentSummaryEntity(
|
||||
canonical = true,
|
||||
parent.roomId,
|
||||
parent,
|
||||
RealmList()
|
||||
parentRoomId = parent.roomId,
|
||||
parentSummaryEntity = parent,
|
||||
viaServers = RealmList()
|
||||
))
|
||||
if (childSum.flattenParentIds == null) childSum.flattenParentIds = ""
|
||||
flattenParentsIds.forEach {
|
||||
|
|
Loading…
Reference in a new issue