mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
reintroduce rooms::alias::Serivce struct
We're going to need it.
This commit is contained in:
parent
339a869872
commit
273ab33809
2 changed files with 50 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ impl Services {
|
|||
db,
|
||||
},
|
||||
rooms: rooms::Service {
|
||||
alias: db,
|
||||
alias: rooms::alias::Service::new(db),
|
||||
auth_chain: rooms::auth_chain::Service {
|
||||
db,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue