mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 17:58:52 -05:00
6 lines
140 B
Rust
6 lines
140 B
Rust
mod presence;
|
|
mod read_receipt;
|
|
|
|
use crate::{database::KeyValueDatabase, service};
|
|
|
|
impl service::rooms::edus::Data for KeyValueDatabase {}
|