]> Untitled Git - lemmy.git/history - crates/api_crud/src/comment/remove.rs
Automatically resolve report when post/comment is removed (#3850)
[lemmy.git] / crates / api_crud / src / comment / remove.rs
2023-08-08 NutomicAutomatically resolve report when post/comment is remov...
2023-08-08 dullbananasReplace TypedBuilder with Default in update forms ...
2023-08-04 NutomicRemove form_id params (#3812)
2023-08-01 NutomicRewrite some federation actions to remove Perform/SendA...
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2022-12-02 NutomicMerge pull request #2593 from LemmyNet/refactor-notific...
2022-12-02 Felix AbleitnerAdd SendActivity trait so that api crates compile in...
2022-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...