feat: WIP relationships and threads

This commit is contained in:
Timo Kösters
2023-06-25 19:31:40 +02:00
parent def079267d
commit c7e0ea525a
28 changed files with 766 additions and 340 deletions

View File

@@ -97,6 +97,7 @@ impl Services {
db,
lasttimelinecount_cache: Mutex::new(HashMap::new()),
},
threads: rooms::threads::Service { db },
user: rooms::user::Service { db },
},
transaction_ids: transaction_ids::Service { db },