lemmy/crates/apub/src/collections/mod.rs
Nutomic 6f513793cb
Activitypub crate rewrite (#2782)
* update activitypub-federation crate to 0.4.0

* fixes

* apub compiles!

* everything compiling!

* almost done, federated follow failing

* some test fixes

* use release

* add code back in
2023-03-21 16:03:05 +01:00

4 lines
105 B
Rust

pub(crate) mod community_featured;
pub(crate) mod community_moderators;
pub(crate) mod community_outbox;