From 4c78481fb2d8167f8eb8b49967b3f888bc99a1cd Mon Sep 17 00:00:00 2001 From: grunfink Date: Thu, 16 Apr 2026 10:34:50 +0200 Subject: Fixed typo because I'm a moron. --- rss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss.c') diff --git a/rss.c b/rss.c index 5ce7ec0..9b4ae65 100644 --- a/rss.c +++ b/rss.c @@ -282,7 +282,7 @@ void rss_to_timeline(snac *user, const char *url) continue; /* the instance is [back] online */ - instance_failure(object, 2); + instance_failure(id, 2); if (timeline_here(user, id)) { snac_debug(user, 1, xs_fmt("RSS entry already in timeline (id) %s", id)); -- cgit