mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
Adds canonical named argument to RoomSummaryUpdater
This commit is contained in:
parent
87ad35dca6
commit
33475602f8
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ internal class RoomSummaryUpdater @Inject constructor(
|
|||
RoomSummaryEntity.where(realm, child.roomId).findFirst()?.let { childSum ->
|
||||
// TODO: Revisit
|
||||
childSum.parents.add(SpaceParentSummaryEntity(
|
||||
true,
|
||||
canonical = true,
|
||||
parent.roomId,
|
||||
parent,
|
||||
RealmList()
|
||||
|
|
Loading…
Add table
Reference in a new issue