mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
Fix order of variables
This commit is contained in:
parent
fee357b652
commit
bcdfa04c57
1 changed files with 2 additions and 2 deletions
|
@ -126,9 +126,9 @@ func (user *User) sqlVariables() []any {
|
|||
device = dbutil.NumPtr(user.JID.Device)
|
||||
}
|
||||
return []any{
|
||||
username, agent, device, user.ManagementRoom, user.SpaceRoom,
|
||||
user.MXID, username, agent, device, user.ManagementRoom, user.SpaceRoom,
|
||||
dbutil.UnixPtr(user.PhoneLastSeen), dbutil.UnixPtr(user.PhoneLastPinged),
|
||||
user.Timezone, user.MXID,
|
||||
user.Timezone,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue