mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:fed: Add more make_join ver query parameters.
This commit is contained in:
parent
95001450c5
commit
bee0d695de
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue