diff options
| author | grunfink <grunfink@comam.es> | 2026-04-16 10:34:50 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-04-16 10:34:50 +0200 |
| commit | 4c78481fb2d8167f8eb8b49967b3f888bc99a1cd (patch) | |
| tree | 313d2e356fe10fbc6bf3124ad19b64897d981d6a /rss.c | |
| parent | 752e0cfd7ed0df8d87a9e20c78d339e6478edfa9 (diff) | |
Fixed typo because I'm a moron.
Diffstat (limited to 'rss.c')
| -rw-r--r-- | rss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |