reintroduce rooms::alias::Serivce struct

We're going to need it.
This commit is contained in:
Charles Hall 2024-06-12 16:41:52 -07:00
parent 339a869872
commit 273ab33809
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 50 additions and 2 deletions

View file

@ -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,
},