diff --git a/ircd/m.cc b/ircd/m.cc index 4480ee0e8..751627755 100644 --- a/ircd/m.cc +++ b/ircd/m.cc @@ -1548,12 +1548,6 @@ ircd::m::vm::eval::eval(const json::array &pdus, const vm::opts &opts) :opts{&opts} { - if(pdus.size() == 1) - { - operator()(m::event(pdus.at(0))); - return; - } - // Sort the events first to avoid complicating the evals; the events might // be from different rooms but it doesn't matter. std::vector events(begin(pdus), end(pdus));