0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

modules/client/register: Fix bug.

This commit is contained in:
Jason Volk 2018-03-04 07:10:30 -08:00
parent e2ddeb4190
commit 5a1d0a9f45

View file

@ -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()
};