Add space membership management

This commit is contained in:
Jon Staab
2025-11-13 13:25:34 -08:00
parent 997b223e95
commit d949d58076
16 changed files with 477 additions and 109 deletions
-6
View File
@@ -113,12 +113,6 @@
// Wait until data storage is initialized before syncing other stuff
await db.init(storage.adapters)
// Close DB and restart when we're done
unsubscribers.push(() => {
db.close()
db.reset()
})
// Add our extra policies now that we're set up
defaultSocketPolicies.push(...policies)