We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0a9a5 commit 14832b8Copy full SHA for 14832b8
tests/41end-to-end-keys/01-upload-key.pl
@@ -91,6 +91,12 @@
91
device_keys => {
92
user_id => "\@50-e2e-alice:localhost:8480",
93
device_id => "alices_first_device",
94
+ algorithms => ["m.olm.curve25519-aes-sha256", "m.megolm.v1.aes-sha"],
95
+ keys => {
96
+ "curve25519:".$user->device_id => "curve25519+key",
97
+ "ed25519:".$user->device_id => "ed25519+key",
98
+ },
99
+ signatures => {},
100
},
101
}
102
)->main::expect_http_4xx;
0 commit comments