mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(federation): ✨ Add more debugging to inbox processing
This commit is contained in:
parent
be69407c01
commit
c59ebef851
2 changed files with 18 additions and 3 deletions
|
|
@ -716,7 +716,7 @@ export class User extends BaseInterface<typeof Users, UserWithRelations> {
|
|||
}
|
||||
|
||||
public static async resolve(uri: string): Promise<User | null> {
|
||||
getLogger("federation").debug`Resolving user ${chalk.bold(uri)}`;
|
||||
getLogger("federation").debug`Resolving user ${chalk.gray(uri)}`;
|
||||
// Check if user not already in database
|
||||
const foundUser = await User.fromSql(eq(Users.uri, uri));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue