mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
Implement room creation content (#754)
Fixes #660. Signed-off-by: Alex Chen minecnly@gmail.com
This commit is contained in:
parent
b729a10366
commit
604685c503
3 changed files with 47 additions and 4 deletions
3
testfile
3
testfile
|
@ -151,3 +151,6 @@ Inbound federation of state requires event_id as a mandatory paramater
|
|||
Inbound federation of state_ids requires event_id as a mandatory paramater
|
||||
POST /register returns the same device_id as that in the request
|
||||
POST /login returns the same device_id as that in the request
|
||||
POST /createRoom with creation content
|
||||
User can create and send/receive messages in a room with version 1
|
||||
POST /createRoom ignores attempts to set the room version via creation_content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue