Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Added TextInputWithCheckbox dialog #868
Conversation
This was referenced May 8, 2017
aperezdc
commented
May 8, 2017
|
It's going to be great for people running their own home servers to have this setting available in the UI One suggestion/idea: Probably it would make sense to also add an element in the room settings panel which shows the status of the |
|
Yes, you are right. In fact both PR are part of the same feature.
…
|
|
would fix vector-im/riot-web#1669 |
|
@aperezdc riot-web Room Settings already shows a message if |
t3chguy
added some commits
Aug 2, 2017
|
From conversation in riot-dev, needs an |
t3chguy
added some commits
Aug 17, 2017
|
I'm thinking that the advanced option should mention m.federate explicitly as its wording is somewhat ambiguous |
|
sorry that this has been stuck for so long, and huge thanks for submitting it (and @t3chguy for pushing it through). part of the stuckness has been due to confusion on whether this actually means to check the synapse API or not (and whether that API shape is okay). However, given it just goes off the riot config for now, the concern was confused. However, the tests are failing due to:
If fixed, i'll merge. thanks again. |
t3chguy
added some commits
Oct 5, 2017
aperezdc
commented
Oct 5, 2017
|
One more data point supporting the merge of this PR: Our self hosted Riot instance has had this patch set since applied to it by @psaavedra to all Riot releases since last May, and it has been working well. That is a few months of testing |
|
@ara4n PTAL |
t3chguy
assigned
ara4n
Oct 9, 2017
|
LGTM (given @ara4n was OK to merge pending linting) |
psaavedra commentedMay 8, 2017
•
edited by t3chguy
This change allows change the default value for
m.federatevalue during the create action. Useful for enviroments where you preferm.federate = Falseasdefaultchoice for the created rooms (see related PR).This PR is embraces the following SPEC: https://docs.google.com/document/d/14zqsbwl5KKil-bB8w2HMhidBVmFkP9Q7EQKFwKIIfZc/edit#heading=h.eipip5qhqo0dOther PR in synapse and matrix-js-sdk and riot-web are envolvedSigned-off-by: Pablo Saavedra psaavedra@igalia.com
Related PR:
Edited by Michael to match what the PR actually entails rather than the entire movement that it began as