Call verify_links() instead of enqueue_verify_links() from purge_user().

This commit is contained in:
default 2024-02-20 06:38:58 +01:00
parent 4806c4ef7e
commit e6ef328e5a

2
data.c
View File

@ -2716,7 +2716,7 @@ void purge_user(snac *snac)
}
/* unrelated to purging, but it's a janitorial process, so what the hell */
enqueue_verify_links(snac);
verify_links(snac);
}