Harden UUID-handling code paths
This commit is contained in:

committed by
Scott Nonnenberg

parent
d3a27a6442
commit
bf04c9114e
5
ts/window.d.ts
vendored
5
ts/window.d.ts
vendored
@@ -96,7 +96,12 @@ export type ConversationControllerType = {
|
||||
identifier: string,
|
||||
type: 'private' | 'group'
|
||||
) => Promise<ConversationType>;
|
||||
getOrCreate: (
|
||||
identifier: string,
|
||||
type: 'private' | 'group'
|
||||
) => ConversationType;
|
||||
getConversationId: (identifier: string) => string | null;
|
||||
ensureContactIds: (o: { e164?: string; uuid?: string }) => string;
|
||||
prepareForSend: (
|
||||
id: string,
|
||||
options: Object
|
||||
|
Reference in New Issue
Block a user