mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
enable mod_module_files lint
This commit is contained in:
parent
242d9e84cc
commit
a626e7b0f0
44 changed files with 1 additions and 0 deletions
9
src/service/rooms/edus.rs
Normal file
9
src/service/rooms/edus.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pub mod read_receipt;
|
||||
pub mod typing;
|
||||
|
||||
pub trait Data: read_receipt::Data + 'static {}
|
||||
|
||||
pub struct Service {
|
||||
pub read_receipt: read_receipt::Service,
|
||||
pub typing: typing::Service,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue