From 62882eb6a16028a14860eb37d510900956c1b766 Mon Sep 17 00:00:00 2001 From: Brad Murray Date: Thu, 16 Jun 2022 16:31:42 -0400 Subject: [PATCH] Fix typo in m.secret.request device event name I don't think this is supposed to be plural according to the various SDKs --- content/client-server-api/modules/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/secrets.md b/content/client-server-api/modules/secrets.md index 17b515c7..47de938a 100644 --- a/content/client-server-api/modules/secrets.md +++ b/content/client-server-api/modules/secrets.md @@ -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