mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix adding group call history with no ring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user