mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd:Ⓜ️:vm: Add opts to conditions for edu branch.
This commit is contained in:
parent
d2427fe4da
commit
25bee046b3
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ try
|
|||
// Branch on whether the event is an EDU or a PDU
|
||||
const fault ret
|
||||
{
|
||||
event.event_id?
|
||||
event.event_id && !opts.edu?
|
||||
execute_pdu(eval, event):
|
||||
execute_edu(eval, event)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue