chore: merge 1818 nex/perf/get-missing-events

This commit is contained in:
Jade Ellis
2026-07-01 18:45:08 +00:00
committed by Ellis Git
28 changed files with 1724 additions and 729 deletions
+3 -1
View File
@@ -291,7 +291,9 @@ pub(crate) async fn is_ignored_pdu<Pdu>(
{
// exclude Synapse's dummy events from bloating up response bodies. clients
// don't need to see this.
if event.kind().to_string() == "org.matrix.dummy_event" {
if !services.config.send_dummy_events_to_clients
&& event.kind().to_string() == "org.matrix.dummy_event"
{
return Ok(true);
}