Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Travis Ralston
fdf74750aa Merge branch 'develop' into t3chguy/remove-communities-v2 2022-03-10 11:52:52 -07:00
Michael Telatynski
40d3a82975 Fix typo 2022-02-02 16:13:06 +00:00
Michael Telatynski
dc24701283 Merge branch 'develop' of github.com:vector-im/element-web into t3chguy/remove-communities-v2 2022-02-02 16:12:38 +00:00
Michael Telatynski
55293f6ad0 Remove deprecated feature_communities_v2_prototypes 2022-01-31 10:39:46 +00:00
2 changed files with 1 additions and 8 deletions

View file

@ -118,13 +118,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

View file

@ -64,7 +64,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)