More hotfix

This commit is contained in:
Thomas Mathews 2023-01-06 21:16:58 -08:00
parent a7a32ce57b
commit 12f0602e4b

View file

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