add migration & enhance int-test
This commit is contained in:
parent
1c7a9b00be
commit
b2c3eb1644
5 changed files with 41 additions and 4 deletions
|
@ -173,7 +173,7 @@ func CreateUserFromAP(ctx context.Context, personID fm.PersonID, federationHostI
|
|||
return nil, nil, err
|
||||
}
|
||||
newUser := user.User{
|
||||
LowerName: strings.ToLower(person.PreferredUsername.String()),
|
||||
LowerName: strings.ToLower(name),
|
||||
Name: name,
|
||||
FullName: fullName,
|
||||
Email: email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue