ruma / homeserver

A Matrix homeserver written in Rust.

Home Page:https://www.ruma.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect API /createRoom

farodin91 opened this issue · comments

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

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

#90 should fix this

This issue is fixed by #90.