switch to ruma's X-Matrix parser

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-03 03:53:50 -04:00
parent daa46a0dc4
commit deca2c52c6
5 changed files with 38 additions and 66 deletions

View file

@ -1,7 +1,6 @@
mod auth;
mod handler;
mod request;
mod xmatrix;
use std::{mem, ops::Deref};