Revert "Fix encrypted event examples"

This reverts commit be9f6042e5.
pull/1563/head
Travis Ralston 6 years ago
parent be9f6042e5
commit 17bdc0c740

@ -1,6 +1,6 @@
{
"content": {
"algorithm": "m.megolm.v1.aes-sha256",
"algorithm": "m.megolm.v1.aes-sha2",
"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-sha256",
"algorithm": "m.olm.v1.curve25519-aes-sha2",
"sender_key": "Szl29ksW/L8yZGWAX+8dY1XyFi+i5wm+DRhTGkbMiwU",
"ciphertext": {
"7qZcfnBmbEGzxxaWfBjElJuvn7BZx+lSz/SvFrDF/z8": {

Loading…
Cancel
Save