feat(federation): Make server actor available on /users/actor

This commit is contained in:
Jesse Wierzbinski 2024-07-26 00:32:33 +02:00
parent 420a0d05dc
commit 6ae13265fa
No known key found for this signature in database
2 changed files with 10 additions and 4 deletions

View file

@ -169,7 +169,7 @@ export class User extends BaseInterface<typeof Users, UserWithRelations> {
roles: [],
sanctions: [],
statusCount: 0,
uri: "",
uri: "/users/actor",
});
}