mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 03:31:41 +00:00
Use [] not null when there are no devices (#1480)
This commit is contained in:
parent
bf90db5b60
commit
1eaf7aa27e
@ -40,6 +40,7 @@ func GetUserDevices(
|
||||
response := gomatrixserverlib.RespUserDevices{
|
||||
UserID: userID,
|
||||
StreamID: res.StreamID,
|
||||
Devices: []gomatrixserverlib.RespUserDevice{},
|
||||
}
|
||||
|
||||
for _, dev := range res.Devices {
|
||||
|
Loading…
Reference in New Issue
Block a user