mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Correct ungraceful merge
This commit is contained in:
parent
8312606755
commit
904935e327
|
|
@ -116,7 +116,7 @@ func (s *accountsStatements) selectAccountByLocalpart(
|
|||
stmt := s.selectAccountByLocalpartStmt
|
||||
err = stmt.QueryRowContext(ctx, localpart).Scan(&acc.Localpart, &acc.AppServiceID)
|
||||
if err == nil {
|
||||
acc.UserID = makeUserID(localpart, s.serverName)
|
||||
acc.UserID = userutil.MakeUserID(localpart, s.serverName)
|
||||
acc.ServerName = s.serverName
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue