mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:room: Fix version property name.
This commit is contained in:
parent
03344ab0e1
commit
4958170e4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue