-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
riot-web 1.6.0: cannot set own integrations server #13560
Comments
matrix-org/matrix-spec-proposals#1957 describes the various ways that integration managers can be defined. You shouldn't have ever needed to modify the build output to change integration managers. The config.md docs in this repo have more information as well. |
So the mimikry is IMHO borked with 1.6.0 |
The How is the config wrong? |
Ok, then I need to wait > 8 hours with running Client. config wrong: When I installed riot-desktop 1.6.0 over riot-web 1.5.2 config.js was deleted. After restoring config.js it is not used anymore (otherwise I the integrations server setup would be used). So |
The docs do not mention a
It should work on startup. If it doesn't, check the console logs for indications of failure. |
I meant config.json of course, sorry. |
for the config issue, it'd be good to troubleshoot in #riot-web:matrix.org instead as the config features should still work. |
Yep, swapping to the room. Thank you for now... |
Hello. |
You were editing an internal config file. See docs https://github.com/vector-im/riot-desktop/blob/develop/README.md#user-specified-configjson |
Yep, but I don't want to build or compile it. |
Read the link I sent you. It tells you where to create a config.json file. |
Yep, I got it. |
Description
In former versions it was simple to set an own (Dimension) integrations server in
resources/webapp/config.js
. With Version 1.6.0 we have haveresources/webapp.asar
which IMHO is not editable anymore. You cannot change the configuration in the web interface either (only switch on/off of scalar.vector.im is possible.For the desktop app:
The text was updated successfully, but these errors were encountered: