mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-28 04:34:19 +01:00
user can upgrade their npub -> nsec
closes https://github.com/damus-io/notedeck/issues/476 Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -102,9 +102,11 @@ pub fn test_app() -> Damus {
|
||||
let accounts = get_test_accounts();
|
||||
let txn = Transaction::new(&app.ndb).expect("txn");
|
||||
for account in accounts {
|
||||
app.accounts_mut()
|
||||
.add_account(account)
|
||||
.process_action(&mut app.unknown_ids, &app.ndb, &txn)
|
||||
app.accounts_mut().add_account(account).unk.process_action(
|
||||
&mut app.unknown_ids,
|
||||
&app.ndb,
|
||||
&txn,
|
||||
)
|
||||
}
|
||||
|
||||
app
|
||||
|
||||
Reference in New Issue
Block a user