0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 21:48:55 +02:00

ircd:Ⓜ️:fed: Remove trailing solidus on request for dendrite.

This commit is contained in:
Jason Volk 2020-10-03 02:29:57 -07:00
parent f03db0115f
commit f8530e62d8

View file

@ -314,7 +314,7 @@ ircd::m::fed::frontfill::frontfill(const room::id &room_id,
thread_local char ridbuf[768];
json::get<"uri"_>(opts.request) = fmt::sprintf
{
buf, "/_matrix/federation/v1/get_missing_events/%s/",
buf, "/_matrix/federation/v1/get_missing_events/%s",
url::encode(ridbuf, room_id)
};