mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Try that again
This commit is contained in:
parent
49d3000371
commit
892180cb2c
|
|
@ -182,7 +182,9 @@ func createRoom(
|
||||||
}
|
}
|
||||||
|
|
||||||
r.CreationContent["creator"] = userID
|
r.CreationContent["creator"] = userID
|
||||||
r.CreationContent["room_version"] = strconv.Itoa(roomserverVersion.GetDefaultRoomVersion())
|
|
||||||
|
defaultVersion := roomserverVersion.GetDefaultRoomVersion()
|
||||||
|
r.CreationContent["room_version"] = strconv.Itoa(int(defaultVersion))
|
||||||
|
|
||||||
// TODO: visibility/presets/raw initial state
|
// TODO: visibility/presets/raw initial state
|
||||||
// TODO: Create room alias association
|
// TODO: Create room alias association
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue