mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
move userdevicesessionid_uiaarequest to service
This commit is contained in:
parent
a1fe0f3fff
commit
fb534d8140
5 changed files with 42 additions and 70 deletions
|
|
@ -142,9 +142,7 @@ impl Services {
|
|||
user: db,
|
||||
},
|
||||
transaction_ids: db,
|
||||
uiaa: uiaa::Service {
|
||||
db,
|
||||
},
|
||||
uiaa: uiaa::Service::new(db),
|
||||
users: users::Service {
|
||||
db,
|
||||
connections: StdMutex::new(BTreeMap::new()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue