From 0594197af7a4a11795150a85fafa7fa5bc6fc4f5 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 28 May 2025 09:16:23 +0200 Subject: Renamed server knob to 'rss_hashtag_poll_hours'. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 2cffeac..8877a27 100644 --- a/activitypub.c +++ b/activitypub.c @@ -3050,7 +3050,7 @@ void process_queue_item(xs_dict *q_item) } } else - if (strcmp(type, "rss_poll") == 0) { + if (strcmp(type, "rss_hashtag_poll") == 0) { rss_poll_hashtags(); } else -- cgit v1.2.3