Skip to content

Commit

Permalink
modules/m_vm: Stop generating empty prev_state in our events; thanks m…
Browse files Browse the repository at this point in the history
  • Loading branch information
jevolk committed Jul 10, 2019
1 parent 6219089 commit a2177dd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/m_vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -299,17 +299,6 @@ ircd::m::vm::inject(eval &eval,
}
};

const json::iov::add prev_state_
{
event, opts.add_prev_state,
{
"prev_state", []
{
return json::empty_array;
}
}
};

return inject(eval, event, contents);
}

Expand Down

0 comments on commit a2177dd

Please sign in to comment.