de-global some services in services
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
3ccd9ea326
commit
29fc5b9b52
4 changed files with 23 additions and 26 deletions
|
@ -52,9 +52,9 @@ impl Services {
|
|||
}
|
||||
|
||||
Ok(Self {
|
||||
globals: build!(globals::Service),
|
||||
resolver: build!(resolver::Service),
|
||||
client: build!(client::Service),
|
||||
globals: build!(globals::Service),
|
||||
rooms: rooms::Service {
|
||||
alias: build!(rooms::alias::Service),
|
||||
auth_chain: build!(rooms::auth_chain::Service),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue