Skip to content

Commit

Permalink
Correct return key in RespUserDevices
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Aug 5, 2021
1 parent bec8d22 commit 03e40fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federationtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ type RespUserDevices struct {
StreamID int `json:"stream_id"`
Devices []RespUserDevice `json:"devices"`
MasterKey *CrossSigningKey `json:"master_key"`
SelfSigningKey *CrossSigningKey `json:"self_signing_keys"`
SelfSigningKey *CrossSigningKey `json:"self_signing_key"`
}

// RespUserDevice are embedded in RespUserDevices
Expand Down

0 comments on commit 03e40fa

Please sign in to comment.