diff options
| author | 2025-05-28 09:16:23 +0200 | |
|---|---|---|
| committer | 2025-05-28 09:16:23 +0200 | |
| commit | 0594197af7a4a11795150a85fafa7fa5bc6fc4f5 (patch) | |
| tree | 3fe46c6d4f9ccf975da0cc7b6f7422caddd6c1b9 /activitypub.c | |
| parent | Updated documentation. (diff) | |
| download | penes-snac2-0594197af7a4a11795150a85fafa7fa5bc6fc4f5.tar.gz penes-snac2-0594197af7a4a11795150a85fafa7fa5bc6fc4f5.tar.xz penes-snac2-0594197af7a4a11795150a85fafa7fa5bc6fc4f5.zip | |
Renamed server knob to 'rss_hashtag_poll_hours'.
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 3050 | } | 3050 | } |
| 3051 | } | 3051 | } |
| 3052 | else | 3052 | else |
| 3053 | if (strcmp(type, "rss_poll") == 0) { | 3053 | if (strcmp(type, "rss_hashtag_poll") == 0) { |
| 3054 | rss_poll_hashtags(); | 3054 | rss_poll_hashtags(); |
| 3055 | } | 3055 | } |
| 3056 | else | 3056 | else |