Fix encrypted event examples

pull/1563/head
Travis Ralston 6 years ago
parent 0a6c1c4dda
commit be9f6042e5

@ -1,6 +1,6 @@
{
"content": {
"algorithm": "m.megolm.v1.aes-sha2",
"algorithm": "m.megolm.v1.aes-sha256",
"ciphertext": "AwgAEnACgAkLmt6qF84IK++J7UDH2Za1YVchHyprqTqsg...",
"device_id": "RJYKSTBOIE",
"sender_key": "IlRMeOPX2e0MurIyfWEucYBRVOEEUMrOHqn/8mLqMjA",

@ -2,7 +2,7 @@
"type": "m.room.encrypted",
"sender": "@example:localhost",
"content": {
"algorithm": "m.olm.v1.curve25519-aes-sha2",
"algorithm": "m.olm.v1.curve25519-aes-sha256",
"sender_key": "Szl29ksW/L8yZGWAX+8dY1XyFi+i5wm+DRhTGkbMiwU",
"ciphertext": {
"7qZcfnBmbEGzxxaWfBjElJuvn7BZx+lSz/SvFrDF/z8": {

Loading…
Cancel
Save