diff --git a/modules/m_room.cc b/modules/m_room.cc index 451b3b380..3fa705ddb 100644 --- a/modules/m_room.cc +++ b/modules/m_room.cc @@ -39,7 +39,7 @@ make_auth(const m::room &room, json::stack::object hash{auth}; json::stack::member will { - hash, "willy", "nilly" + hash, "", "" }; } }}); @@ -101,7 +101,7 @@ make_prev(const m::room &room, json::stack::object hash{prev}; json::stack::member will { - hash, "willy", "nilly" + hash, "", "" }; } @@ -117,7 +117,7 @@ make_prev(const m::room &room, json::stack::object hash{prev}; json::stack::member will { - hash, "willy", "nilly" + hash, "", "" }; } }