Преглед на файлове

Fixed typo because I'm a moron.

grunfink преди 3 месеца
родител
ревизия
4c78481fb2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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));