mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Enqueue a link verification from the user purge.
This commit is contained in:
parent
a3b9ef5b98
commit
65ae0f87f6
1 changed files with 3 additions and 0 deletions
3
data.c
3
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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue