allow view of feed without an identifier

This commit is contained in:
2023-11-05 21:46:46 -07:00
parent eeece8a1b4
commit 85bd807bcc
6 changed files with 96 additions and 50 deletions

View File

@@ -151,7 +151,7 @@ export default class IdentitySwitcherView extends Vue {
did = undefined;
}
await db.open();
db.settings.update(MASTER_SETTINGS_KEY, {
await db.settings.update(MASTER_SETTINGS_KEY, {
activeDid: did,
});
this.activeDid = did || "";