0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-16 16:50:12 +01:00

modules/m_vm_fetch: Condition hook entry for non-internal rooms.

This commit is contained in:
Jason Volk 2020-05-24 20:29:49 -07:00
parent 77d823e8ee
commit 56f3fa8f13

View file

@ -139,6 +139,9 @@ ircd::m::vm::fetch::handle(const event &event,
vm::eval &eval)
try
{
if(eval.room_internal)
return;
assert(eval.opts);
const auto &opts
{