From 55293f6ad0290467a3051fdd4ee03fdfc8b23a35 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 31 Jan 2022 10:39:46 +0000 Subject: [PATCH 1/3] Remove deprecated feature_communities_v2_prototypes --- docs/labs.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 2518ed970ea..78e6ffb93d2 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -105,13 +105,6 @@ For some sample themes, check out [aaronraimist/element-themes](https://github.c To enable message previews for reactions in all rooms, enable `feature_roomlist_preview_reactions_all`. To enable message previews for reactions in DMs, enable `feature_roomlist_preview_reactions_dms`, ignored when it is enabled for all rooms. -## Communities v2 prototyping (`feature_communities_v2_prototypes`) [In Development] - -**This is a highly experimental implementation for parts of the communities v2 experience.** It does not -represent what communities v2 will look/feel like and can/will change without notice. Due to the early -stages this feature is in and the requirement for a compatible homeserver, we will not be accepting issues -or feedback for this functionality at this time. - ## Dehydrated devices (`feature_dehydration`) Allows users to receive encrypted messages by creating a device that is stored From 40d3a82975704aa3cd75ecc6a1ac3827eb81455c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 2 Feb 2022 16:13:06 +0000 Subject: [PATCH 2/3] Fix typo --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3aed2154c46..4ae35352b04 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -44,7 +44,7 @@ module.exports = (env, argv) => { // // argv.mode is always set to "production" by yarn build // (called to build prod, nightly and develop.element.io) - // arg.mode is set to "delopment" by yarn start + // arg.mode is set to "development" by yarn start // (called by developers, runs the continuous reload script) // process.env.CI_PACKAGE is set when yarn build is called from scripts/ci_package.sh // (called to build nightly and develop.element.io) From 7d81fea28d7390af0208c73f598fcc53e052d991 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 10 Mar 2022 15:42:02 -0700 Subject: [PATCH 3/3] Remove now-unused docs --- docs/labs.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 82fff310345..57648fa989f 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -39,13 +39,6 @@ Also adds the `/jumptodate 2022-01-31` slash command. An experimental approach for supporting custom status messages across DMs. To set a status, click on your avatar next to the message composer. -## Custom tags (`feature_custom_tags`) - -An experimental approach for dealing with custom tags. Custom tags will appear in the bottom portion -of the community filter panel. - -Setting custom tags is not supported by Element. - ## Render simple counters in room header (`feature_state_counters`) Allows rendering of labelled counters above the message list.