mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 09:36:54 +01:00
ircd:Ⓜ️🪝 Fix missing bypass.
This commit is contained in:
parent
885499ad99
commit
e4cdc34bba
1 changed files with 3 additions and 0 deletions
|
@ -3657,6 +3657,9 @@ ircd::m::_hook_fix_state_key(const json::members &members,
|
|||
})
|
||||
};
|
||||
|
||||
if(!is_member_event)
|
||||
return;
|
||||
|
||||
// Rewrite the sender if the supplied input has no hostname
|
||||
if(valid_local_only(id::USER, member.second))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue