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'
|
'top'
|
||||||
);
|
);
|
||||||
\add_rewrite_rule(
|
\add_rewrite_rule(
|
||||||
'^@([\w]+)',
|
'^@([\w\-\.]+)',
|
||||||
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/users/$matches[1]',
|
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/users/$matches[1]&redirect=true',
|
||||||
'top'
|
'top'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue