Files
continuwuity/src/database/key_value/rooms/edus/mod.rs
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
140 B
Rust
Raw Normal View History

2022-09-06 23:15:09 +02:00
mod presence;
mod read_receipt;
2022-09-07 13:25:51 +02:00
2022-10-05 20:34:31 +02:00
use crate::{database::KeyValueDatabase, service};
2022-09-07 13:25:51 +02:00
2022-10-05 18:36:12 +02:00
impl service::rooms::edus::Data for KeyValueDatabase {}