diff options
| author | 2026-02-24 08:27:19 +0100 | |
|---|---|---|
| committer | 2026-02-24 08:27:19 +0100 | |
| commit | 884f2ec17bf0f11c74a03929546e197f9b0c71ff (patch) | |
| tree | a67e292bca14d3f7c534be1db865ecfb45cfa245 | |
| parent | Also use the 'url' field in the ยป link to the post. (diff) | |
| download | snac2-884f2ec17bf0f11c74a03929546e197f9b0c71ff.tar.gz snac2-884f2ec17bf0f11c74a03929546e197f9b0c71ff.tar.xz snac2-884f2ec17bf0f11c74a03929546e197f9b0c71ff.zip | |
Call enqueue_actor_refresh() from html_people_one().
| -rw-r--r-- | html.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -4002,6 +4002,8 @@ xs_str *html_people_one(snac *user, const char *actor, const xs_list *list, | |||
| 4002 | xs_list *p = (xs_list *)list; | 4002 | xs_list *p = (xs_list *)list; |
| 4003 | const char *v; | 4003 | const char *v; |
| 4004 | 4004 | ||
| 4005 | enqueue_actor_refresh(user, actor, 0); | ||
| 4006 | |||
| 4005 | if (xs_is_true(xs_dict_get(srv_config, "proxy_media"))) | 4007 | if (xs_is_true(xs_dict_get(srv_config, "proxy_media"))) |
| 4006 | proxy = user->actor; | 4008 | proxy = user->actor; |
| 4007 | 4009 | ||