commit d583a35d9e3761f31a7189006aaae97815b283fe parent 34349112f6bfa6a7a25f778d2eabfa2b0aa00f9e Author: default <nobody@localhost> Date: Tue, 20 Feb 2024 05:46:44 +0100 Enqueue a verify_links q_item in admin/user-setup. Diffstat:
M | html.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/html.c b/html.c @@ -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