mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
5 lines
126 B
Rust
5 lines
126 B
Rust
mod read_receipt;
|
|
|
|
use crate::{database::KeyValueDatabase, service};
|
|
|
|
impl service::rooms::edus::Data for KeyValueDatabase {}
|