mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
ircd:Ⓜ️:fetch: Fix error in signature checker.
This commit is contained in:
parent
deeb731d42
commit
12d969cdfd
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ ircd::m::fetch::_check_event(const request &request,
|
|||
|
||||
const json::object &signatures
|
||||
{
|
||||
at<"signatures"_>(event).at("server")
|
||||
at<"signatures"_>(event).at(server)
|
||||
};
|
||||
|
||||
const json::string &key_id
|
||||
|
|
Loading…
Reference in a new issue