Add events shared by Matrix client and Requester

This commit is contained in:
2024-05-10 22:18:45 +02:00
parent e3a6ec9858
commit ef41c0bd48
4 changed files with 112 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
pub(crate) mod account_event;
pub(crate) mod client;
pub(crate) mod requester;
pub(crate) mod room_event;
pub(crate) mod worker_tasks;