mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 11:28:08 +01:00
Send related emoji along with Sticker, fix SendMessage types
This commit is contained in:
@@ -678,7 +678,8 @@ export type ProfileType = Readonly<{
|
||||
username?: string;
|
||||
uuid?: string;
|
||||
credential?: string;
|
||||
capabilities?: unknown;
|
||||
capabilities?: CapabilitiesType;
|
||||
paymentAddress?: string;
|
||||
}>;
|
||||
|
||||
export type GetIceServersResultType = Readonly<{
|
||||
|
||||
Reference in New Issue
Block a user