summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-02 11:13:50 +0100
committerdefault <nobody@localhost>2022-11-02 11:13:50 +0100
commit38509f5e142511f494ed33625a25d87059c6e369 (patch)
tree944073f9bec54c30589393fe04d9388132610ca5
parent6a7654c32dc957eb5a06b7dac04a6891f94fad9b (diff)
Added the published (actor create) data to the 'people' page.
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 496b18a..a6d131d 100644
--- a/html.c
+++ b/html.c
@@ -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) */