diff options
| author | default <nobody@localhost> | 2026-08-26 08:02:41 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2026-08-26 08:02:41 +0200 |
| commit | 48aba53ddbca75bfdbda7d224c6d2c315fcd282a (patch) | |
| tree | 22f7ac6125c3e7e53c28920a0df769fcdf9d399c /rss.c | |
| parent | 71a83e6578f910c3baa251e4128208b201ce9e45 (diff) | |
Use snac_op in instance_failure().
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(id, 2); + instance_failure(id, OP_DEL); if (timeline_here(user, id)) { snac_debug(user, 1, xs_fmt("RSS entry already in timeline (id) %s", id)); |