diff --git a/docs/labs.md b/docs/labs.md index 0799ef7b501..a42277c5efe 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -130,6 +130,10 @@ encrypted on the server, as described in [MSC2697](https://github.com/matrix-org 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. + ## Hidden read receipts (`feature_hidden_read_receipts`) Enables sending hidden read receipts as per [MSC2285](https://github.com/matrix-org/matrix-doc/pull/2285)