From ac297570a8672dac4816f99b59738332356f5086 Mon Sep 17 00:00:00 2001 From: Panagiotis <27917356+panoschal@users.noreply.github.com> Date: Sun, 28 Mar 2021 21:48:23 +0300 Subject: [PATCH 1/3] document giphy integration --- docs/labs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 887ce93d520..370ffaec80f 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -130,3 +130,9 @@ An in-progress implementation of [MSC2516](https://github.com/matrix-org/matrix- [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. + +## Giphy Integration (`feature_giphy_integration`) + +Giphy API integration, that allows the users to send GIFs by searching with keywords, and selecting the one they like. It displays a new button in the composer next to the stickers and emojis. The GIFs are sent as files/attachments in the conversation. + +Associated PR: https://github.com/matrix-org/matrix-react-sdk/pull/5814 \ No newline at end of file From 045ad2dd213692b027a1db6bfc27e79208f54f94 Mon Sep 17 00:00:00 2001 From: Panagiotis <27917356+panoschal@users.noreply.github.com> Date: Sat, 5 Jun 2021 12:21:07 +0300 Subject: [PATCH 2/3] document giphy integration --- docs/labs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 64d57bed6a1..3763a2bb49d 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -132,3 +132,9 @@ Voice messages are automatically downloaded to ensure they are ready for playbac Enables UI for turning on "do not disturb" mode for the current device. When DND mode is engaged, popups and notification noises are suppressed. Not perfect, but can help reduce noise. + +## Giphy Integration (`feature_giphy_integration`) + +Giphy API integration, that allows the users to send GIFs by searching with keywords, and selecting the one they like. It displays a new button in the composer next to the stickers and emojis. The GIFs are sent as files/attachments in the conversation. + +Associated PR: https://github.com/matrix-org/matrix-react-sdk/pull/5814 From 7fce7a97a8cd88652a546fab31923a9b8b0e1de7 Mon Sep 17 00:00:00 2001 From: panoschal <27917356+panoschal@users.noreply.github.com> Date: Thu, 19 Aug 2021 15:19:41 +0300 Subject: [PATCH 3/3] Remove PR link --- docs/labs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index c8cc1cbd8ef..a42277c5efe 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -134,8 +134,6 @@ and notification noises are suppressed. Not perfect, but can help reduce noise. Giphy API integration, that allows the users to send GIFs by searching with keywords, and selecting the one they like. It displays a new button in the composer next to the stickers and emojis. The GIFs are sent as files/attachments in the conversation. -Associated PR: https://github.com/matrix-org/matrix-react-sdk/pull/5814 - ## Hidden read receipts (`feature_hidden_read_receipts`) Enables sending hidden read receipts as per [MSC2285](https://github.com/matrix-org/matrix-doc/pull/2285)