Export/import simple update messages

This commit is contained in:
Fedor Indutny 2024-05-22 09:34:19 -07:00 committed by GitHub
parent 19083cadf7
commit 9df3c63ca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 1604 additions and 386 deletions

1
ts/model-types.d.ts vendored
View file

@ -145,6 +145,7 @@ type MessageType =
| 'group-v2-change'
| 'group'
| 'incoming'
| 'joined-signal-notification'
| 'keychange'
| 'outgoing'
| 'phone-number-discovery'