mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
add comments
This commit is contained in:
parent
5b76d4b682
commit
b304ef82fc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue