Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a feature flag in config.json for xsss and unify previous patches #444

Conversation

odelcroi
Copy link
Member

@odelcroi odelcroi commented Mar 1, 2023

Before

feature flag was hard-coded in code

After

the feature flag is in the config.json / features / "tchap_activate_cross_signing" : [true/false]

NOTE : 4 previous patches around xsss have been merged in 2 new patches (one for matrix-react-sdk and one for matrix-js-sdk)

This PR does not include this issue : #445


When feature flag is FALSE

Capture d’écran 2023-03-01 à 15 56 57


When flag is TRUE

Capture d’écran 2023-03-01 à 15 55 43

@odelcroi odelcroi linked an issue Mar 1, 2023 that may be closed by this pull request
3 tasks
@odelcroi odelcroi marked this pull request as draft March 1, 2023 14:10
@odelcroi odelcroi changed the title add a feature flag in config.json and unify previous patches add a feature flag in config.json for xsss and unify previous patches Mar 1, 2023
@odelcroi odelcroi requested review from jdauphant and aulamber March 1, 2023 16:37
@odelcroi odelcroi marked this pull request as ready for review March 1, 2023 16:47
Copy link
Contributor

@jdauphant jdauphant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but I have partial knowledge on this subject.
A double check will be good.

I suppose removing only the popup will be addressed on an another PR ?

@odelcroi odelcroi merged commit d74b5de into develop_tchap Mar 3, 2023
@odelcroi odelcroi deleted the 433-flag-to-activatedeactivate-cross-signing-set-in-configjson branch March 31, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flag to activate/deactivate cross-signing, set in config.json
3 participants