0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 22:18:54 +02:00

ircd:Ⓜ️:acquire: Prevent federation notify for any results of m::acquire.

This commit is contained in:
Jason Volk 2020-04-26 20:24:12 -07:00
parent 9bbc5834af
commit 447bf8e42d

View file

@ -311,6 +311,7 @@ try
vmopts.fetch_state = below_viewport;
vmopts.warnlog &= ~vm::fault::EXISTS;
vmopts.node_id = opts.hint;
vmopts.notify_servers = false;
m::vm::eval eval
{
event, vmopts