mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 10:14:09 +02:00
make MSC mentions into links
This commit is contained in:
parent
4842a718d8
commit
1749a91344
|
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
Key verification is an essential part of ensuring that end-to-end encrypted
|
Key verification is an essential part of ensuring that end-to-end encrypted
|
||||||
messages are secure. Matrix may support multiple verification methods that
|
messages are secure. Matrix may support multiple verification methods that
|
||||||
require sending events; in fact, two such methods (such as MSC1267 and MSC1543)
|
require sending events; in fact, two such methods (such as [MSC
|
||||||
have already been proposed.
|
1267](https://github.com/matrix-org/matrix-doc/issues/1267) and [MSC
|
||||||
|
1543](https://github.com/matrix-org/matrix-doc/issues/1543)) have already been
|
||||||
|
proposed.
|
||||||
|
|
||||||
This proposal tries to present a common framework for verification methods to
|
This proposal tries to present a common framework for verification methods to
|
||||||
use, and presents a way to request key verification.
|
use, and presents a way to request key verification.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue