mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
Nutomic
28d6370c35
* Limit type/method visibility in apub code * Simplify db_queries traits by removing generics * Simplify delete activity implementation * Rewrite delete activities * Implement helper functions for websocket message sending * When receiving delete reason as empty string, change to none
3 lines
63 B
Rust
3 lines
63 B
Rust
pub mod create_or_update;
|
|
pub mod delete;
|
|
pub mod undo_delete;
|