mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Fix typo in m.secret.request device event name
I don't think this is supposed to be plural according to the various SDKs
This commit is contained in:
parent
66a5920804
commit
62882eb6a1
|
|
@ -276,7 +276,7 @@ Example:
|
|||
#### Sharing
|
||||
|
||||
To request a secret from other devices, a client sends an
|
||||
`m.secret.requests` device event with `action` set to `request` and
|
||||
`m.secret.request` device event with `action` set to `request` and
|
||||
`name` set to the identifier of the secret. A device that wishes to
|
||||
share the secret will reply with an `m.secret.send` event, encrypted
|
||||
using olm. When the original client obtains the secret, it sends an
|
||||
|
|
|
|||
Loading…
Reference in a new issue