Explorar el Código

Fixed typo because I'm a moron.

grunfink hace 3 meses
padre
commit
4c78481fb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rss.c

+ 1 - 1
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));