Replace /:user endpoints with /@:user
This commit is contained in:
parent
336384a193
commit
834dc49038
45 changed files with 127 additions and 127 deletions
|
|
@ -296,7 +296,7 @@ export const packForAp = (
|
|||
|
||||
if (!_user) return reject('invalid user arg.');
|
||||
|
||||
const userUrl = `${config.url}/${_user.username}`;
|
||||
const userUrl = `${config.url}/@${_user.username}`;
|
||||
|
||||
resolve({
|
||||
"@context": ["https://www.w3.org/ns/activitystreams", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue