fix Loading chat data

This commit is contained in:
Kwaroran
2025-03-10 22:24:11 +09:00
parent 1a3c111830
commit 40bf90a9df
4 changed files with 21 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ import { DBState } from "../stores.svelte"
import { hubURL } from "../characterCards"
import type { AccountStorage } from "../storage/accountStorage"
const coldStorageHeader = '\uEF01COLDSTORAGE\uEF01'
export const coldStorageHeader = '\uEF01COLDSTORAGE\uEF01'
async function decompress(data:Uint8Array) {
const fflate = await import('fflate')