diff options
author | default <nobody@localhost> | 2024-02-20 05:46:44 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-20 05:46:44 +0100 |
commit | d583a35d9e3761f31a7189006aaae97815b283fe (patch) | |
tree | b8b89922316db7f322bd1079567bd5d54cdc20a1 /html.c | |
parent | 34349112f6bfa6a7a25f778d2eabfa2b0aa00f9e (diff) |
Enqueue a verify_links q_item in admin/user-setup.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3064,6 +3064,8 @@ int html_post_handler(const xs_dict *req, const char *q_path, enqueue_message(&snac, u_msg); + enqueue_verify_links(&snac); + status = 303; } else |