aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 3fd819f..3f57be6 100644
--- a/html.c
+++ b/html.c
@@ -4806,7 +4806,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
}
if (q && *q) {
- if (xs_regex_match(q, "^@?[a-zA-Z0-9._]+@[a-zA-Z0-9-]+\\.")) {
+ if (xs_regex_match(q, "^@?[^@]+@[a-zA-Z0-9-]+\\.")) {
/** search account **/
xs *actor = NULL;
xs *acct = NULL;