diff options
| author | grunfink <grunfink@comam.es> | 2025-05-28 09:07:19 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-05-28 09:07:19 +0200 |
| commit | a1369b39c1bd3d2036af12368997648454ca5564 (patch) | |
| tree | fb18610c75bbda7b80b6726ebd80373fedd606c9 /html.c | |
| parent | e2bb8078641f810b019635dd41f3e7ea191c5b52 (diff) | |
Activated hashtag RSS polling.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1601,7 +1601,8 @@ xs_html *html_top_controls(snac *user) xs_html_attr("name", "followed_hashtags"), xs_html_attr("cols", "40"), xs_html_attr("rows", "4"), - xs_html_attr("placeholder", "#cats\n#windowfriday\n#classicalmusic"), + xs_html_attr("placeholder", "#cats\n#windowfriday\n#classicalmusic\nhttps:/" + "/mastodon.social/tags/dogs"), xs_html_text(followed_hashtags)), xs_html_tag("br", NULL), |