ruma / homeserver

A Matrix homeserver written in Rust.
https://www.ruma.io/
1.08k stars 41 forks source link

Incorrect API /createRoom #94

Closed farodin91 closed 8 years ago

farodin91 commented 8 years ago

preset => Must be either (private_chat,trusted_private_chat, public_chat)

farodin91 commented 8 years ago

https://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-createroom

farodin91 commented 8 years ago

Because only if the preset is present, the JoinRules are set.

farodin91 commented 8 years ago

90 should fix this

farodin91 commented 8 years ago

This issue is fixed by #90.