Get chat back to working ish

This commit is contained in:
Jon Staab
2024-09-11 11:21:16 -07:00
parent 339e53e506
commit 0ae02f2537
6 changed files with 22 additions and 24 deletions
+1 -2
View File
@@ -28,7 +28,7 @@
import PrimaryNav from "@app/components/PrimaryNav.svelte"
import {modals, clearModal} from "@app/modal"
import {theme} from "@app/theme"
import {INDEXER_RELAYS, topicsByUrl, relaysByMessage} from "@app/state"
import {INDEXER_RELAYS, topicsByUrl} from "@app/state"
import {loadUserData} from "@app/commands"
import * as state from "@app/state"
@@ -77,7 +77,6 @@
store: handles,
},
topicsByUrl: storageAdapters.fromMapStore(topicsByUrl),
relaysByMessage: storageAdapters.fromMapStore(relaysByMessage),
publishStatus: storageAdapters.fromObjectStore(publishStatusData),
freshness: storageAdapters.fromObjectStore(freshness),
plaintext: storageAdapters.fromObjectStore(plaintext),