web: fixed profile fetching to be seq

This commit is contained in:
Thomas Mathews 2022-12-21 18:00:26 -08:00
parent 9f81e93738
commit 4d9151b8ae
7 changed files with 118 additions and 207 deletions

View file

@ -66,6 +66,10 @@ function view_timeline_apply_mode(model, mode, opts={}) {
view_show_spinner(false);
}
// Request the background info for this user
if (pubkey)
fetch_profile(pubkey, model.pool);
return mode;
}