mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
modules/client/register: Fix bug.
This commit is contained in:
parent
e2ddeb4190
commit
5a1d0a9f45
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ register__user(const m::user &user,
|
|||
const json::members &contents)
|
||||
try
|
||||
{
|
||||
const m::room::id user_room_id
|
||||
const m::room::id::buf user_room_id
|
||||
{
|
||||
user.room_id()
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue