Skip to content

Commit 03e40fa

Browse files
committed
Correct return key in RespUserDevices
1 parent bec8d22 commit 03e40fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

federationtypes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ type RespUserDevices struct {
228228
StreamID int `json:"stream_id"`
229229
Devices []RespUserDevice `json:"devices"`
230230
MasterKey *CrossSigningKey `json:"master_key"`
231-
SelfSigningKey *CrossSigningKey `json:"self_signing_keys"`
231+
SelfSigningKey *CrossSigningKey `json:"self_signing_key"`
232232
}
233233

234234
// RespUserDevice are embedded in RespUserDevices

0 commit comments

Comments
 (0)