Add parent id to children array to support proper deletion.

This commit is contained in:
Alex Hart 2025-01-21 11:41:08 -04:00
parent 096eea70d1
commit 064cbf0b01

View file

@ -188,7 +188,7 @@ class CallEventCache(
} else {
CallLogRow.GroupCallState.NONE
},
children = children,
children = setOf(parent.rowId) + children,
searchQuery = filterState.query,
callLinkPeekInfo = AppDependencies.signalCallManager.peekInfoSnapshot[peer.id],
canUserBeginCall = if (peer.isGroup) {