Skip to content

Commit 0b97ac5

Browse files
committed
event IDs use $
1 parent 7b3c98c commit 0b97ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/1543-qr_code_key_verification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ For example, if Alice displays a QR code encoding the following binary string:
210210
```
211211

212212
this indicates that Alice is verifying another user (say Bob), in response to
213-
the request from event "!ABCD...", her cross-signing key is
213+
the request from event "$ABCD...", her cross-signing key is
214214
`0001020304050607...` (which is "AAECAwQFBg..." in base64), she thinks that
215215
Bob's cross-signing key is `1011121314151617...` (which is "EBESExQVFh..." in
216216
base64), and the shared secret is `2021222324252627` (which is "ICEiIyQlJic" in
@@ -235,7 +235,7 @@ Example:
235235
"method": "m.reciprocate.v1",
236236
"m.relates_to": {
237237
"rel_type": "m.reference",
238-
"event_id": "!event_id_of_verification_request"
238+
"event_id": "$event_id_of_verification_request"
239239
},
240240
"secret": "shared+secret"
241241
}

0 commit comments

Comments
 (0)