mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added the published (actor create) data to the 'people' page.
This commit is contained in:
parent
6a7654c32d
commit
38509f5e14
1 changed files with 1 additions and 1 deletions
2
html.c
2
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))) {
|
if (valid_status(actor_get(snac, actor_id, &actor))) {
|
||||||
s = xs_str_cat(s, "<div class=\"snac-post\">\n");
|
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) */
|
/* content (user bio) */
|
||||||
|
|
Loading…
Reference in a new issue