mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Call verify_links() instead of enqueue_verify_links() from purge_user().
This commit is contained in:
parent
4806c4ef7e
commit
e6ef328e5a
1 changed files with 1 additions and 1 deletions
2
data.c
2
data.c
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue