hotfix: can login again

adds fallback pubkey as account and selects it when there are
no accounts

closes: https://github.com/damus-io/notedeck/issues/855

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-05-16 15:50:31 -04:00
parent 86d2a9e2e7
commit 98cb082fb4
3 changed files with 29 additions and 2 deletions

View File

@@ -433,6 +433,8 @@ impl Damus {
let jobs = JobsCache::default();
ctx.accounts.with_fallback(FALLBACK_PUBKEY());
Self {
subscriptions: Subscriptions::default(),
since_optimize: parsed_args.since_optimize,