mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
add service type for short
This will be necessary in the near future.
This commit is contained in:
parent
e0cf163486
commit
a1fe0f3fff
2 changed files with 79 additions and 4 deletions
|
|
@ -93,7 +93,7 @@ impl Services {
|
|||
db,
|
||||
},
|
||||
search: db,
|
||||
short: db,
|
||||
short: rooms::short::Service::new(db),
|
||||
state: rooms::state::Service {
|
||||
db,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue