Fix adding group call history with no ring

This commit is contained in:
Jamie Kyle
2023-08-23 10:07:29 -07:00
committed by GitHub
parent da05b32f4f
commit d3a18a197b
3 changed files with 13 additions and 12 deletions

View File

@@ -2261,7 +2261,7 @@ export class CallingClass {
public async updateCallHistoryForGroupCall(
conversationId: string,
joinState: GroupCallJoinState,
joinState: GroupCallJoinState | null,
peekInfo: PeekInfo | null
): Promise<void> {
const groupCallMeta = getGroupCallMeta(peekInfo);