Hotfix for double nos2x prompt

This commit is contained in:
Thomas Mathews 2023-01-06 21:13:13 -08:00
parent dde0a06e56
commit a7a32ce57b
2 changed files with 12 additions and 11 deletions

View file

@ -117,8 +117,8 @@ function view_timeline_apply_mode(model, mode, opts={}, push_state=true) {
el_their_pfp.dataset.pubkey = pubkey;
break;
case VM_DM:
decrypt_dms(model);
view_dm_update(model);
//decrypt_dms(model);
//view_dm_update(model);
break;
case VM_SETTINGS:
view_show_spinner(false);