mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd:Ⓜ️ Minor rename.
This commit is contained in:
parent
a4f48eaab8
commit
50535e89bb
1 changed files with 2 additions and 2 deletions
|
@ -409,8 +409,8 @@ ircd::m::verify(const event &event,
|
|||
signatures.at(origin)
|
||||
};
|
||||
|
||||
for(const auto &[host, sig] : origin_sigs)
|
||||
if(verify(event, origin, json::string(host)))
|
||||
for(const auto &[keyid, sig] : origin_sigs)
|
||||
if(verify(event, origin, json::string(keyid)))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue