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 21ddf85 commit 7f93084Copy full SHA for 7f93084
proposals/1543-qr_code_key_verification.md
@@ -184,7 +184,8 @@ the form:
184
`https://matrix.to/#/<user-id>?request=<event-id>&action=verify&key_<keyid>=<key-in-base64>...&secret=<shared-secret>&other_user_key=<master-key-in-base64>`
185
(when `matrix:` URLs are specced, this will be used instead).
186
187
-- `request`: is the event ID of the associated verification request event.
+- `request`: is the event ID or `transaction_id` of the associated verification
188
+ request event.
189
- `key_<key_id>`: each key that the user wants verified will have an entry of
190
this form, where the value is the key in unpadded base64. The QR code should
191
contain at least the user's master cross-signing key. In the case where a
0 commit comments