We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec8d22 commit 03e40faCopy full SHA for 03e40fa
1 file changed
federationtypes.go
@@ -228,7 +228,7 @@ type RespUserDevices struct {
228
StreamID int `json:"stream_id"`
229
Devices []RespUserDevice `json:"devices"`
230
MasterKey *CrossSigningKey `json:"master_key"`
231
- SelfSigningKey *CrossSigningKey `json:"self_signing_keys"`
+ SelfSigningKey *CrossSigningKey `json:"self_signing_key"`
232
}
233
234
// RespUserDevice are embedded in RespUserDevices
0 commit comments