From d583a35d9e3761f31a7189006aaae97815b283fe Mon Sep 17 00:00:00 2001 From: default Date: Tue, 20 Feb 2024 05:46:44 +0100 Subject: [PATCH] Enqueue a verify_links q_item in admin/user-setup. --- html.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html.c b/html.c index 54f1a4d..d8dcb3a 100644 --- 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