0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd:Ⓜ️🪝 Fix missing bypass.

This commit is contained in:
Jason Volk 2019-08-25 16:35:35 -07:00
parent 885499ad99
commit e4cdc34bba

View file

@ -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))
{