lemmy/crates/apub/src
Nutomic 3578dab67f
Remove PerformApub trait (#3423)
* Remove PerformApub trait

This is completely useless now that websocket is gone. In the future
I also plan to remove Perform and PerformCrud traits, but it will be
difficult to do that while still compiling crates in parallel.

* params need to use query
2023-07-03 11:01:41 +02:00
..
activities Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
api Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
collections Remove `actix_rt` & use standard tokio spawn (#3158) 2023-06-26 10:24:11 +02:00
fetcher Addressing slow profile queries. #2777 (#2830) 2023-04-25 19:28:06 -04:00
http Respond with `Content-Type: application/activity+json` (#3353) 2023-06-26 12:10:04 +02:00
objects Update federated posts to not cache sensitive images if not allow by local site (#3253) 2023-06-30 12:42:42 +02:00
protocol Fix Hidden communities showing in community list (#3094) 2023-06-15 13:39:58 +02:00
activity_lists.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
lib.rs Remove last Option<Vec.. from API. Fixes #2820 (#2822) 2023-04-21 23:41:03 +02:00
mentions.rs Remove redundant calls to `Iterator::collect` (#3365) 2023-06-28 11:19:26 +02:00