mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 08:41:24 +01:00
implement rooms and not_rooms filters on /message
I really doubt anybody is sending /message requests with a filter that rejects the entire request, but it's the first step in the filter implementation.
This commit is contained in:
parent
a5e7ce6c33
commit
404d5fae6c
3 changed files with 116 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
pub(crate) mod error;
|
||||
pub(crate) mod filter;
|
||||
|
||||
use std::{
|
||||
borrow::Cow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue