mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
matrix/Element/config.json: enable rust cryptography & migration
https://github.com/element-hq/element-web/blob/develop/docs/labs.md#use-the-rust-cryptography-implementation-feature_rust_crypto-in-development
This commit is contained in:
parent
431a329825
commit
46007e3b2b
@ -22,6 +22,7 @@
|
||||
"feature_report_to_moderators": "enable",
|
||||
"feature_roomlist_preview_reactions_all": "enable",
|
||||
"feature_roomlist_preview_reactions_dms": "enable",
|
||||
"feature_rust_crypto": "enable",
|
||||
"feature_state_counters": "labs",
|
||||
"feature_threadstable": "enable",
|
||||
"feature_video_rooms": "enable"
|
||||
@ -34,5 +35,8 @@
|
||||
"matrixrooms.info"
|
||||
]
|
||||
},
|
||||
"setting_defaults": {
|
||||
"RustCrypto.staged_rollout_percent": 100
|
||||
},
|
||||
"showLabsSettings": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user