Conversation Colors
This commit is contained in:
parent
b63d8e908c
commit
28f016ce48
128 changed files with 3997 additions and 1207 deletions
5
ts/model-types.d.ts
vendored
5
ts/model-types.d.ts
vendored
|
@ -6,7 +6,7 @@ import * as Backbone from 'backbone';
|
|||
import { GroupV2ChangeType } from './groups';
|
||||
import { LocalizerType, BodyRangeType, BodyRangesType } from './types/Util';
|
||||
import { CallHistoryDetailsFromDiskType } from './types/Calling';
|
||||
import { ColorType } from './types/Colors';
|
||||
import { CustomColorType } from './types/Colors';
|
||||
import {
|
||||
ConversationType,
|
||||
MessageType,
|
||||
|
@ -193,6 +193,9 @@ export type ConversationAttributesType = {
|
|||
addedBy?: string;
|
||||
capabilities?: CapabilitiesType;
|
||||
color?: string;
|
||||
conversationColor?: string;
|
||||
customColor?: CustomColorType;
|
||||
customColorId?: string;
|
||||
discoveredUnregisteredAt?: number;
|
||||
draftAttachments?: Array<{
|
||||
path?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue