add RoomEventFilter matcher for PduEvent

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-25 02:56:24 +00:00
commit b7369074d4
2 changed files with 91 additions and 0 deletions

View file

@ -1,6 +1,7 @@
mod builder;
mod content;
mod count;
mod filter;
mod id;
mod redact;
mod state_res;