Remove FilterHiddenStateEventsProcessor

The same process is already done by the Rust SDK, so it's now redundant.
This commit is contained in:
Jorge Martín 2024-02-08 13:38:05 +01:00
parent 6f082232d3
commit 3160596659
6 changed files with 3 additions and 154 deletions

View file

@ -0,0 +1,2 @@
Remove `FilterHiddenStateEventsProcessor`, as this is already handled by the Rust SDK.