diff options
| author | grunfink <grunfink@comam.es> | 2026-04-16 10:34:15 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-04-16 10:34:15 +0200 |
| commit | 752e0cfd7ed0df8d87a9e20c78d339e6478edfa9 (patch) | |
| tree | 902e7c18b44eff51b4f01af17888b7139c6fd46d /rss.c | |
| parent | 799d6de1416b964ee846a2d59d60fc3e3306ba1e (diff) | |
Mark working instances as working in rss_to_timeline().
Diffstat (limited to 'rss.c')
| -rw-r--r-- | rss.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -281,6 +281,9 @@ void rss_to_timeline(snac *user, const char *url) if (!xs_match(type, POSTLIKE_OBJECT_TYPE)) continue; + /* the instance is [back] online */ + instance_failure(object, 2); + if (timeline_here(user, id)) { snac_debug(user, 1, xs_fmt("RSS entry already in timeline (id) %s", id)); continue; |