diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-06-29 17:43:24 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-06-29 17:43:24 +0000 |
| commit | 15d4dfc538dce7bfce4b0926b77f7f200cca99ff (patch) | |
| tree | f0dbceb404d2bab3896ffd6b42ec4b41f8f01c7e /rss.c | |
| parent | 30849656518854f1ff5af2ad8e583ceb199d1fbd (diff) | |
| parent | 25ccc2599aa722b0552193961d4cda15928112d8 (diff) | |
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(id, 2); + if (timeline_here(user, id)) { snac_debug(user, 1, xs_fmt("RSS entry already in timeline (id) %s", id)); continue; |