From b19a8f63ad727a3633885d3f2b81edf8181a53b9 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 25 Sep 2025 13:38:24 +0200 Subject: matrix-specification split work in progress --- matrix-specification/Data/Filters/EventFilter.php | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 matrix-specification/Data/Filters/EventFilter.php (limited to 'matrix-specification/Data/Filters/EventFilter.php') diff --git a/matrix-specification/Data/Filters/EventFilter.php b/matrix-specification/Data/Filters/EventFilter.php new file mode 100644 index 0000000..98788ad --- /dev/null +++ b/matrix-specification/Data/Filters/EventFilter.php @@ -0,0 +1,36 @@ + $this->limit, + "not_senders" => $this->notSenders, + "not_types" => $this->notTypes, + "senders" => $this->senders, + "types" => $this->types, + ], "is_null"); + } +} -- cgit v1.2.3