Enqueue a link verification from the user purge.

This commit is contained in:
default 2024-02-20 06:13:34 +01:00
parent a3b9ef5b98
commit 65ae0f87f6

3
data.c
View File

@ -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);
}