diff options
author | default <nobody@localhost> | 2022-11-02 11:13:50 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-02 11:13:50 +0100 |
commit | 38509f5e142511f494ed33625a25d87059c6e369 (patch) | |
tree | 944073f9bec54c30589393fe04d9388132610ca5 | |
parent | 6a7654c32dc957eb5a06b7dac04a6891f94fad9b (diff) |
Added the published (actor create) data to the 'people' page.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -840,7 +840,7 @@ d_char *html_people_list(snac *snac, d_char *os, d_char *list, const char *heade if (valid_status(actor_get(snac, actor_id, &actor))) { s = xs_str_cat(s, "<div class=\"snac-post\">\n"); - s = html_actor_icon(snac, s, actor, NULL, NULL, 0); + s = html_actor_icon(snac, s, actor, xs_dict_get(actor, "published"), NULL, 0); /* content (user bio) */ |