mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-12 02:09:00 -05:00
7 lines
152 B
Rust
7 lines
152 B
Rust
mod presence;
|
|
mod typing;
|
|
mod read_receipt;
|
|
|
|
use crate::{service, database::KeyValueDatabase};
|
|
|
|
impl service::rooms::edus::Data for KeyValueDatabase {}
|