mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Display user badges
This commit is contained in:
Vendored
+8
@@ -208,6 +208,14 @@ export type ConversationAttributesTypeType = 'private' | 'group';
|
||||
export type ConversationAttributesType = {
|
||||
accessKey?: string | null;
|
||||
addedBy?: string;
|
||||
badges?: Array<
|
||||
| { id: string }
|
||||
| {
|
||||
id: string;
|
||||
expiresAt: number;
|
||||
isVisible: boolean;
|
||||
}
|
||||
>;
|
||||
capabilities?: CapabilitiesType;
|
||||
color?: string;
|
||||
conversationColor?: ConversationColorType;
|
||||
|
||||
Reference in New Issue
Block a user