add service type for short

This will be necessary in the near future.
This commit is contained in:
Charles Hall 2024-09-30 20:52:06 -07:00
parent e0cf163486
commit a1fe0f3fff
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 79 additions and 4 deletions

View file

@ -93,7 +93,7 @@ impl Services {
db,
},
search: db,
short: db,
short: rooms::short::Service::new(db),
state: rooms::state::Service {
db,
},