diff options
| author | 2022-11-02 11:13:50 +0100 | |
|---|---|---|
| committer | 2022-11-02 11:13:50 +0100 | |
| commit | 38509f5e142511f494ed33625a25d87059c6e369 (patch) | |
| tree | 944073f9bec54c30589393fe04d9388132610ca5 | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-38509f5e142511f494ed33625a25d87059c6e369.tar.gz penes-snac2-38509f5e142511f494ed33625a25d87059c6e369.tar.xz penes-snac2-38509f5e142511f494ed33625a25d87059c6e369.zip | |
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 | |||
| 840 | if (valid_status(actor_get(snac, actor_id, &actor))) { | 840 | if (valid_status(actor_get(snac, actor_id, &actor))) { |
| 841 | s = xs_str_cat(s, "<div class=\"snac-post\">\n"); | 841 | s = xs_str_cat(s, "<div class=\"snac-post\">\n"); |
| 842 | 842 | ||
| 843 | s = html_actor_icon(snac, s, actor, NULL, NULL, 0); | 843 | s = html_actor_icon(snac, s, actor, xs_dict_get(actor, "published"), NULL, 0); |
| 844 | 844 | ||
| 845 | 845 | ||
| 846 | /* content (user bio) */ | 846 | /* content (user bio) */ |