mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +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>>,
|
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…
Add table
Reference in a new issue