Edit message import/export

This commit is contained in:
Fedor Indutny 2024-06-03 10:02:25 -07:00 committed by GitHub
parent d47b46500e
commit fa1530debf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 562 additions and 158 deletions

View file

@ -34,7 +34,7 @@ export async function migrateMessageData({
saveMessages: (
data: ReadonlyArray<MessageAttributesType>,
options: { ourAci: AciString }
) => Promise<void>;
) => Promise<unknown>;
maxVersion?: number;
}>): Promise<
| {