fix profile pages
This commit is contained in:
parent
503353bcd0
commit
a617553ddf
1 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,8 @@ class Activitypub {
|
|||
'top'
|
||||
);
|
||||
\add_rewrite_rule(
|
||||
'^@([\w]+)',
|
||||
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/users/$matches[1]',
|
||||
'^@([\w\-\.]+)',
|
||||
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/users/$matches[1]&redirect=true',
|
||||
'top'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue