0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

ircd:Ⓜ️:room: Fix version property name.

This commit is contained in:
Jason Volk 2019-07-10 05:14:15 -07:00
parent 03344ab0e1
commit 4958170e4b

View file

@ -1016,7 +1016,7 @@ ircd::m::version(const mutable_buffer &buf,
{
const json::string &version
{
content.get("version", "1")
content.get("room_version", "1")
};
ret = strlcpy