Parcourir la source

Account names can also contain periods (in account search).

default il y a 3 mois
Parent
commit
240f212252
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -3080,7 +3080,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._]+@[a-zA-Z0-9-]+\\.")) {
                     /** search account **/
                     xs *actor = NULL;
                     xs *acct = NULL;