summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/data.c b/data.c
index e0a2d82..5a88526 100644
--- a/data.c
+++ b/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);
}