0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 22:18:54 +02:00

ircd:Ⓜ️:fed: Add more make_join ver query parameters.

This commit is contained in:
Jason Volk 2019-07-20 15:59:34 -07:00
parent 95001450c5
commit bee0d695de

View file

@ -824,7 +824,7 @@ ircd::m::v1::make_join::make_join(const room::id &room_id,
json::get<"uri"_>(opts.request) = fmt::sprintf
{
urlbuf, "/_matrix/federation/v1/make_join/%s/%s"
"?ver=1&ver=2&ver=3&ver=4&ver=5",
"?ver=1&ver=2&ver=3&ver=4&ver=5&ver=6&ver=7&ver=8",
url::encode(ridbuf, room_id),
url::encode(uidbuf, user_id)
};