summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar grunfink2025-05-28 09:07:19 +0200
committerGravatar grunfink2025-05-28 09:07:19 +0200
commita1369b39c1bd3d2036af12368997648454ca5564 (patch)
treefb18610c75bbda7b80b6726ebd80373fedd606c9 /html.c
parentDon't prepend a # before a hashtag that is really an URL. (diff)
downloadpenes-snac2-a1369b39c1bd3d2036af12368997648454ca5564.tar.gz
penes-snac2-a1369b39c1bd3d2036af12368997648454ca5564.tar.xz
penes-snac2-a1369b39c1bd3d2036af12368997648454ca5564.zip
Activated hashtag RSS polling.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 7fcc266..3d213a2 100644
--- a/html.c
+++ b/html.c
@@ -1601,7 +1601,8 @@ xs_html *html_top_controls(snac *user)
1601 xs_html_attr("name", "followed_hashtags"), 1601 xs_html_attr("name", "followed_hashtags"),
1602 xs_html_attr("cols", "40"), 1602 xs_html_attr("cols", "40"),
1603 xs_html_attr("rows", "4"), 1603 xs_html_attr("rows", "4"),
1604 xs_html_attr("placeholder", "#cats\n#windowfriday\n#classicalmusic"), 1604 xs_html_attr("placeholder", "#cats\n#windowfriday\n#classicalmusic\nhttps:/"
1605 "/mastodon.social/tags/dogs"),
1605 xs_html_text(followed_hashtags)), 1606 xs_html_text(followed_hashtags)),
1606 1607
1607 xs_html_tag("br", NULL), 1608 xs_html_tag("br", NULL),