127 errors left
This commit is contained in:
parent
cff52d7ebb
commit
44fe6d1554
65 changed files with 809 additions and 556 deletions
|
|
@ -2,8 +2,6 @@ mod presence;
|
|||
mod typing;
|
||||
mod read_receipt;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use crate::{service, database::KeyValueDatabase};
|
||||
|
||||
impl service::rooms::edus::Data for Arc<KeyValueDatabase> {}
|
||||
impl service::rooms::edus::Data for KeyValueDatabase {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue