lemmy/lemmy_apub/src/inbox/mod.rs

4 lines
67 B
Rust
Raw Normal View History

pub mod community_inbox;
pub mod shared_inbox;
pub mod user_inbox;