Просмотр исходного кода

Enqueue a link verification from the user purge.

default 2 лет назад
Родитель
Сommit
65ae0f87f6
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      data.c

+ 3 - 0
data.c

@@ -2714,6 +2714,9 @@ void purge_user(snac *snac)
         int gc = index_gc(idx);
         srv_debug(1, xs_fmt("purge: %s %d", idx, gc));
     }
+
+    /* unrelated to purging, but it's a janitorial process, so what the hell */
+    enqueue_verify_links(snac);
 }