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

setup matrix integration server #1

Open
dduran1967 opened this issue Sep 13, 2017 · 3 comments
Open

setup matrix integration server #1

dduran1967 opened this issue Sep 13, 2017 · 3 comments
Assignees

Comments

@dduran1967
Copy link
Contributor

Right now I see an error in riot indicating that it is failing to connect to an integration server. Need to remove any integration server from our config so that this message goes away in riot.

@maxidorius
Copy link
Member

Unless a proper integration server is configured, that error will always show up.
Several options:

  • Put our own integration server with a custom/blank page
    This would avoid further hacking within Riot, and ensure no integrations can be brought from Matrix.org. We could re-use Dimension and adapt it to server blank pages. UX is still sub-optimal as people would just end up in a dead-end page (even with a custom message). Good side is that if we ever want to add integrations (which come into play faster than you expect), we already have a place holder. Don't know what is the workload as I never looked at Dimension source code.
  • Put an invalid integration server, resulting UX would be what you saw, but users can't mess around either.
  • Remove the component from Riot all-together, requires hacking around in Riot - Don't know the workload.

@dduran1967 dduran1967 assigned dduran1967 and unassigned maxidorius Sep 13, 2017
@dduran1967
Copy link
Contributor Author

I will look at this to see if this can be disabled in riot.

@dduran1967
Copy link
Contributor Author

Setup Integration Server

@dduran1967 dduran1967 changed the title disable matrix integration server setup matrix integration server Sep 23, 2017
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

No branches or pull requests

2 participants