add comments

This commit is contained in:
Valere 2021-11-10 17:41:06 +01:00
parent 5b76d4b682
commit b304ef82fc

View file

@ -40,6 +40,10 @@ data class MXKey(
*/
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
) {