mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 15:48:54 +00:00
574 B
574 B
simplex-chat / core / chatMigrateInit
Function: chatMigrateInit()
chatMigrateInit(
dbPath,dbKey,confirm,queueSize?):Promise<bigint>
Defined in: src/core.ts:29
Initialize chat controller
Parameters
dbPath
string
dbKey
string
confirm
queueSize?
number
Size of internal queues, the core default is used when omitted.
Returns
Promise<bigint>