add comments
This commit is contained in:
parent
5b76d4b682
commit
b304ef82fc
@ -40,6 +40,10 @@ data class MXKey(
|
|||||||
*/
|
*/
|
||||||
private val signatures: Map<String, Map<String, String>>,
|
private val signatures: Map<String, Map<String, String>>,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* We have to store the original json because it can contain other fields
|
||||||
|
* that we don't support yet but they would be needed to check signatures
|
||||||
|
*/
|
||||||
private val rawMap: JsonDict
|
private val rawMap: JsonDict
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user