mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/m_typing: Opt to not notify federation for this m.typing eval.
This commit is contained in:
parent
88d3026cc7
commit
84c57addba
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue