Universal Disappearing Messages
This commit is contained in:
parent
c63871d71b
commit
19f8042cd3
50 changed files with 1224 additions and 191 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -141,6 +141,7 @@ export type MessageAttributesType = {
|
|||
| 'outgoing'
|
||||
| 'profile-change'
|
||||
| 'timer-notification'
|
||||
| 'universal-timer-notification'
|
||||
| 'verified-change';
|
||||
body: string;
|
||||
attachments: Array<WhatIsThis>;
|
||||
|
@ -254,6 +255,7 @@ export type ConversationAttributesType = {
|
|||
profileName?: string;
|
||||
verified?: number;
|
||||
profileLastFetchedAt?: number;
|
||||
pendingUniversalTimer?: string;
|
||||
|
||||
// Group-only
|
||||
groupId?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue