mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Edit message import/export
This commit is contained in:
@@ -34,7 +34,7 @@ export async function migrateMessageData({
|
||||
saveMessages: (
|
||||
data: ReadonlyArray<MessageAttributesType>,
|
||||
options: { ourAci: AciString }
|
||||
) => Promise<void>;
|
||||
) => Promise<unknown>;
|
||||
maxVersion?: number;
|
||||
}>): Promise<
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user