From c246d7839fd090536e47f491f9ee598fb3e1daef Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 7 May 2021 19:37:40 -0600 Subject: [PATCH 1/2] Remove "in development" flag from voice messages labs documentation See https://github.com/matrix-org/matrix-react-sdk/pull/5995 --- docs/labs.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 3dff4474c..390795979 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -124,12 +124,9 @@ or feedback for this functionality at this time. Allows users to receive encrypted messages by creating a device that is stored encrypted on the server, as described in [MSC2697](https://github.com/matrix-org/matrix-doc/pull/2697). -## Voice messages (`feature_voice_messages`) [In Development] +## Voice messages (`feature_voice_messages`) -An in-progress implementation of [MSC2516](https://github.com/matrix-org/matrix-doc/pull/2516) to add -[voice messages](https://github.com/vector-im/element-web/issues/1358) to Element. Note that this feature -is currently under active development and therefore is entirely incomplete and may not work at all - it -is not recommended for general use at this time. +An implementation of [voice messages](https://github.com/vector-im/element-web/issues/1358) in Element. ## Do not disturb (`feature_dnd`) From 45424f4a3bac2a4f5092ce5df8b0529905ebae49 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 10 May 2021 19:03:57 -0600 Subject: [PATCH 2/2] Better words? --- docs/labs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/labs.md b/docs/labs.md index 390795979..eb2956f22 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -126,7 +126,11 @@ encrypted on the server, as described in [MSC2697](https://github.com/matrix-org ## Voice messages (`feature_voice_messages`) -An implementation of [voice messages](https://github.com/vector-im/element-web/issues/1358) in Element. +Offers a way to send more time-sensitive information through the power of voice. When enabled, use the microphone +icon on the lower right to start recording your message. You will have a chance to review after you're done recording, +and if it sounds fine then send it off for the rest of the room to hear. + +Voice messages are automatically downloaded to ensure they are ready for playback as soon as possible. ## Do not disturb (`feature_dnd`)