Skip to content

Commit 7f93084

Browse files
committed
request can be transaction_id
1 parent 21ddf85 commit 7f93084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proposals/1543-qr_code_key_verification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ the form:
184184
`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>`
185185
(when `matrix:` URLs are specced, this will be used instead).
186186

187-
- `request`: is the event ID of the associated verification request event.
187+
- `request`: is the event ID or `transaction_id` of the associated verification
188+
request event.
188189
- `key_<key_id>`: each key that the user wants verified will have an entry of
189190
this form, where the value is the key in unpadded base64. The QR code should
190191
contain at least the user's master cross-signing key. In the case where a

0 commit comments

Comments
 (0)