lemmy/crates/apub/src/api
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
..
list_comments.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
list_posts.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
mod.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
read_community.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
read_person.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
resolve_object.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
search.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00