mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
4 lines
109 B
Rust
4 lines
109 B
Rust
use crate::{database::KeyValueDatabase, service};
|
|
|
|
impl service::rooms::short::Data for KeyValueDatabase {
|
|
}
|