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
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<
| {