mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(federation): ✨ Make server actor available on /users/actor
This commit is contained in:
parent
420a0d05dc
commit
6ae13265fa
2 changed files with 10 additions and 4 deletions
|
|
@ -169,7 +169,7 @@ export class User extends BaseInterface<typeof Users, UserWithRelations> {
|
|||
roles: [],
|
||||
sanctions: [],
|
||||
statusCount: 0,
|
||||
uri: "",
|
||||
uri: "/users/actor",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue