mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Send remote mute requests in group calls and call links
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
// Copyright 2024 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { ReadonlyDeep } from 'type-fest';
|
||||
|
||||
export enum UsernameOnboardingState {
|
||||
NeverShown = 'NeverShown',
|
||||
Open = 'Open',
|
||||
Closed = 'Closed',
|
||||
}
|
||||
|
||||
export type ContactModalStateType = ReadonlyDeep<{
|
||||
contactId: string;
|
||||
conversationId?: string;
|
||||
activeCallDemuxId?: number;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user