Function: decodeSyncdSnapshot()
decodeSyncdSnapshot(
name,snapshot,getAppStateSyncKey,minimumVersionNumber,validateMacs):Promise<{mutationMap:ChatMutationMap;state:LTHashState; }>
Defined in: src/Utils/chat-utils.ts:372
Parameters
name
"critical_unblock_low" | "regular_high" | "regular_low" | "critical_block" | "regular"
snapshot
getAppStateSyncKey
FetchAppStateSyncKey
minimumVersionNumber
undefined | number
validateMacs
boolean = true
Returns
Promise<{ mutationMap: ChatMutationMap; state: LTHashState; }>