| 101 | } |
| 102 | |
| 103 | type CrossSigningKeyUpdate struct { |
| 104 | MasterKey *gomatrixserverlib.CrossSigningKey `json:"master_key,omitempty"` |
| 105 | SelfSigningKey *gomatrixserverlib.CrossSigningKey `json:"self_signing_key,omitempty"` |
| 106 | UserID string `json:"user_id"` |
| 107 | } |
| 108 | |
| 109 | // DeviceKeysEqual returns true if the device keys updates contain the |
| 110 | // same display name and key JSON. This will return false if either of |
nothing calls this directly
no outgoing calls
no test coverage detected