Skip to content

Commit

Permalink
Fix mistake scanning management room
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 31, 2023
1 parent dbcdfee commit 242d0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (u *User) Scan(row dbutil.Scannable) (*User, error) {
&u.MXID,
&phone,
&signalID,
&u.ManagementRoom,
&managementRoom,
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 242d0a3

Please sign in to comment.