snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 38509f5e142511f494ed33625a25d87059c6e369
parent 6a7654c32dc957eb5a06b7dac04a6891f94fad9b
Author: default <nobody@localhost>
Date:   Wed,  2 Nov 2022 11:13:50 +0100

Added the published (actor create) data to the 'people' page.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) */