]> Untitled Git - lemmy.git/history - crates/apub/src/api/list_comments.rs
Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857)
[lemmy.git] / crates / apub / src / api / list_comments.rs
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-08 Piotr JuszczykAllow filtering posts and comments by whether they...
2023-07-20 Nutomic Handle displaying of deleted and removed posts/comment...
2023-07-17 dullbananasRemove TypedBuilder from db_views and db_views_actor...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-07-04 Louis GERARDfix(posts/comments/search): return error on invalid...
2023-07-03 NutomicRemove PerformApub trait (#3423)
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-04-12 NutomicFix listing type default value (#2796)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-01 DessalinesShow deleted and removed posts for profile views. Fixes...
2022-12-02 NutomicMerge pull request #2593 from LemmyNet/refactor-notific...
2022-12-02 Felix AbleitnerAdd SendActivity trait so that api crates compile in...