0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-13 16:33:53 +01:00

modules/client/directory/room: Fix type for log va_rtti.

This commit is contained in:
Jason Volk 2019-08-13 21:40:51 -07:00
parent 1379350a72
commit 743c2331ae

View file

@ -110,7 +110,7 @@ put__directory_room(client &client,
{
http::CONFLICT, "M_EXISTS",
"Room alias %s already exists",
room_alias
string_view{room_alias},
};
const unique_buffer<mutable_buffer> buf