web: fixed profile fetching to be seq
This commit is contained in:
parent
9f81e93738
commit
4d9151b8ae
7 changed files with 118 additions and 207 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue