Adds canonical named argument to RoomSummaryUpdater
This commit is contained in:
parent
87ad35dca6
commit
33475602f8
@ -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…
x
Reference in New Issue
Block a user