mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-15 19:58:53 -05:00
move mutex maps out of globals into respective service
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
2d251eb19c
commit
271f720286
23 changed files with 93 additions and 121 deletions
|
|
@ -4,7 +4,7 @@ use conduit::{utils, Error, Result};
|
|||
use database::{Database, Map};
|
||||
use ruma::{EventId, OwnedEventId, RoomId};
|
||||
|
||||
use crate::globals::RoomMutexGuard;
|
||||
use super::RoomMutexGuard;
|
||||
|
||||
pub(super) struct Data {
|
||||
shorteventid_shortstatehash: Arc<Map>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue