Conversation: Prevent getProps errors on initial link
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
parent
e4a632f601
commit
f226822dff
8 changed files with 51 additions and 36 deletions
3
ts/model-types.d.ts
vendored
3
ts/model-types.d.ts
vendored
|
@ -26,6 +26,7 @@ import { ConversationModel } from './models/conversations';
|
|||
import { ProfileNameChangeType } from './util/getStringForProfileChange';
|
||||
import { CapabilitiesType } from './textsecure/WebAPI';
|
||||
import { GroupNameCollisionsWithIdsByTitle } from './util/groupMemberNameCollisions';
|
||||
import { ConversationColorType } from './types/Colors';
|
||||
|
||||
export type WhatIsThis = any;
|
||||
|
||||
|
@ -197,7 +198,7 @@ export type ConversationAttributesType = {
|
|||
addedBy?: string;
|
||||
capabilities?: CapabilitiesType;
|
||||
color?: string;
|
||||
conversationColor?: string;
|
||||
conversationColor?: ConversationColorType;
|
||||
customColor?: CustomColorType;
|
||||
customColorId?: string;
|
||||
discoveredUnregisteredAt?: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue