0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

modules/m_typing: Opt to not notify federation for this m.typing eval.

This commit is contained in:
Jason Volk 2018-05-27 19:56:28 -07:00
parent 88d3026cc7
commit 84c57addba

View file

@ -95,6 +95,7 @@ _handle_edu_m_typing(const m::event &event,
});
m::vm::opts vmopts;
vmopts.notify_servers = false;
vmopts.non_conform.set(m::event::conforms::INVALID_OR_MISSING_EVENT_ID);
vmopts.non_conform.set(m::event::conforms::INVALID_OR_MISSING_ROOM_ID);
vmopts.non_conform.set(m::event::conforms::INVALID_OR_MISSING_SENDER_ID);