diff options
| author | 2025-06-24 14:34:55 +0200 | |
|---|---|---|
| committer | 2025-06-24 14:34:55 +0200 | |
| commit | 9403fb41effc6da7a997898b07b6c6b46f8e2ba1 (patch) | |
| tree | c107621034694d72b8fc9b8f04ce7a698baa97a1 /html.c | |
| parent | "voided" unused arguments in server_post_handler(). (diff) | |
| download | penes-snac2-9403fb41effc6da7a997898b07b6c6b46f8e2ba1.tar.gz penes-snac2-9403fb41effc6da7a997898b07b6c6b46f8e2ba1.tar.xz penes-snac2-9403fb41effc6da7a997898b07b6c6b46f8e2ba1.zip | |
More webmention hook tweaks.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -3531,6 +3531,13 @@ xs_str *html_notifications(snac *user, int skip, int show) | |||
| 3531 | xs_html_text(L("Context")))), | 3531 | xs_html_text(L("Context")))), |
| 3532 | h); | 3532 | h); |
| 3533 | } | 3533 | } |
| 3534 | else | ||
| 3535 | xs_html_add(entry, | ||
| 3536 | xs_html_tag("p", | ||
| 3537 | xs_html_text(L("Location: ")), | ||
| 3538 | xs_html_tag("a", | ||
| 3539 | xs_html_attr("href", id), | ||
| 3540 | xs_html_text(id)))); | ||
| 3534 | } | 3541 | } |
| 3535 | 3542 | ||
| 3536 | if (strcmp(v, n_time) > 0) { | 3543 | if (strcmp(v, n_time) > 0) { |