-
Notifications
You must be signed in to change notification settings - Fork 47
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 support for the Tools->Room List api #7
base: master
Are you sure you want to change the base?
Conversation
Looks generally good - very many thanks for your work on this. A few points: If I try to join one of the rooms in the list, I get a segfault:
Would you mind fixing the indentation? We've gone with a convention of four spaces rather than tabs. Could you add a signoff, per https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#sign-off? |
@EionRobb: I can take this and tidy it up, but could you give me a quick |
Sadly we can't take this without a signoff. |
Signed-off-by: Eion Robb [email protected] |
Thank you :) |
erm, @richvdh, is there a reason not to merge? |
At the moment it doesn't work with matrix.org because it's requesting https://matrix.org//_matrix/client/r0/publicRooms instead of https://matrix.org/_matrix/client/r0/publicRooms which is giving a 500 server response. I believe I also need to fix up the whitespace? Edit: and probably because of the segfault mentioned above :) |
No description provided.