add required room ids

This commit is contained in:
Valentin Deniaud 2018-07-17 22:02:53 +02:00
parent c60109d235
commit 8732378da2
3 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@
"session_id": "X3lUlvLELLYxeTx4yOVu6UDpasGEVO0Jbu+QFnm0cKQ" "session_id": "X3lUlvLELLYxeTx4yOVu6UDpasGEVO0Jbu+QFnm0cKQ"
}, },
"event_id": "$WLGTSEFSEF:localhost", "event_id": "$WLGTSEFSEF:localhost",
"room_id": "!Cuyf34gef24t:localhost",
"origin_server_ts": 1476648761524, "origin_server_ts": 1476648761524,
"sender": "@example:localhost", "sender": "@example:localhost",
"type": "m.room.encrypted", "type": "m.room.encrypted",

View file

@ -7,6 +7,7 @@
"event_id": "$WLGTSEFJJKJ:localhost", "event_id": "$WLGTSEFJJKJ:localhost",
"origin_server_ts": 1476648761524, "origin_server_ts": 1476648761524,
"sender": "@example:localhost", "sender": "@example:localhost",
"room_id": "!Cuyf34gef24t:localhost",
"state_key": "", "state_key": "",
"type": "m.room.encryption" "type": "m.room.encryption"
} }

View file

@ -1,7 +1,7 @@
{ {
"content": { "content": {
"algorithm": "m.megolm.v1.aes-sha2", "algorithm": "m.megolm.v1.aes-sha2",
"room_id": "!UCnwUWwIKhcpaPTHtR:sw1v.org", "room_id": "!Cuyf34gef24t:localhost",
"session_id": "X3lUlvLELLYxeTx4yOVu6UDpasGEVO0Jbu+QFnm0cKQ", "session_id": "X3lUlvLELLYxeTx4yOVu6UDpasGEVO0Jbu+QFnm0cKQ",
"session_key": "AgAAAADxKHa9uFxcXzwYoNueL5Xqi69IkD4sni8LlfJL7qNBEY..." "session_key": "AgAAAADxKHa9uFxcXzwYoNueL5Xqi69IkD4sni8LlfJL7qNBEY..."
}, },