mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
ircd:Ⓜ️:fed: Remove trailing solidus on send request.
This commit is contained in:
parent
25a518e642
commit
684839235e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ ircd::m::fed::send::send(const string_view &txnid,
|
||||||
thread_local char txnidbuf[256];
|
thread_local char txnidbuf[256];
|
||||||
json::get<"uri"_>(opts.request) = fmt::sprintf
|
json::get<"uri"_>(opts.request) = fmt::sprintf
|
||||||
{
|
{
|
||||||
buf, "/_matrix/federation/v1/send/%s/",
|
buf, "/_matrix/federation/v1/send/%s",
|
||||||
url::encode(txnidbuf, txnid),
|
url::encode(txnidbuf, txnid),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue