mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Delete documentation relating to legacy communities (#21385)
* Remove deprecated feature_communities_v2_prototypes * Fix typo * Remove now-unused docs Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6103f4a9d3
commit
072f87a06a
14
docs/labs.md
14
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
|
An experimental approach for supporting custom status messages across DMs. To set a status, click on
|
||||||
your avatar next to the message composer.
|
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`)
|
## Render simple counters in room header (`feature_state_counters`)
|
||||||
|
|
||||||
Allows rendering of labelled counters above the message list.
|
Allows rendering of labelled counters above the message list.
|
||||||
@ -118,13 +111,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 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.
|
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`)
|
## Dehydrated devices (`feature_dehydration`)
|
||||||
|
|
||||||
Allows users to receive encrypted messages by creating a device that is stored
|
Allows users to receive encrypted messages by creating a device that is stored
|
||||||
|
@ -64,7 +64,7 @@ module.exports = (env, argv) => {
|
|||||||
//
|
//
|
||||||
// argv.mode is always set to "production" by yarn build
|
// argv.mode is always set to "production" by yarn build
|
||||||
// (called to build prod, nightly and develop.element.io)
|
// (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)
|
// (called by developers, runs the continuous reload script)
|
||||||
// process.env.CI_PACKAGE is set when yarn build is called from scripts/ci_package.sh
|
// process.env.CI_PACKAGE is set when yarn build is called from scripts/ci_package.sh
|
||||||
// (called to build nightly and develop.element.io)
|
// (called to build nightly and develop.element.io)
|
||||||
|
Loading…
Reference in New Issue
Block a user