Handle Safety Number changes while sending a story
This commit is contained in:
parent
d036803df9
commit
0fb45f045d
13 changed files with 392 additions and 44 deletions
|
@ -17,6 +17,7 @@ import { isInSystemContacts } from '../util/isInSystemContacts';
|
|||
export enum SafetyNumberChangeSource {
|
||||
Calling = 'Calling',
|
||||
MessageSend = 'MessageSend',
|
||||
Story = 'Story',
|
||||
}
|
||||
|
||||
export type SafetyNumberProps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue