Playbook Configuration:
My vars.yml file looks like this:
matrix_client_element_configuration_extension_yaml: |
setting_defaults:
feature_custom_status: true
feature_user_status: true
Or
matrix_client_element_configuration_extension_json: |
{
"setting_defaults": {
"custom_themes": [],
"feature_custom_status": true,
"feature_user_status": true,
"UIFeature.feedback": false,
"UIFeature.passwordReset": false,
"UIFeature.advancedEncryption": false,
"UIFeature.TimelineEnableRelativeDates": true,
"UIFeature.locationSharing": false,
"UIFeature.deactivate": false,
"UIFeature.registration": false
}
}
And
matrix_synapse_configuration_extension_yaml: |
presence:
enabled: true
experimental_features:
msc4429_enabled: true
include_profile_updates_in_sync: true
Matrix Server:
- OS: [e.g. Ubuntu 22.04]
- Architecture [amd64]
Problem description:
Hi all!
Thanks again for your greate project!
I've got some issue - feature User status is not available at web client element and ElementX on mobile devices
At the lab settings page this feature is grey with text - Requires MSC4429 (Profile Updates for Legacy Sync)
Is there some kind of limitation?
Client (please complete the following information):
- Browser [Chrome]
- Matrix: 1.12.24
- ElementX
Playbook Configuration:
My
vars.ymlfile looks like this:Matrix Server:
Problem description:
Hi all!
Thanks again for your greate project!
I've got some issue - feature User status is not available at web client element and ElementX on mobile devices
At the lab settings page this feature is grey with text - Requires MSC4429 (Profile Updates for Legacy Sync)
Is there some kind of limitation?
Client (please complete the following information):