lemmy/crates
Neshura 203e35899e
Add separate Post check for is_valid_body_field (#3263)
* Add separate Post check for is_valid_body_field

* Modify is_valid_body_check for posts only

* Fix check var reinit in validation.rs

* Extra empty line to rerun woodpecker with changes

* Change Option to bool, add false to non-post calls

* Woodpecker trick.. again

* Probable rust_fmt fail fixed

* cargo_clippy changes

* Missing space between = and if

* Remove ; after body length checks
2023-06-26 10:47:01 +02:00
..
api Add separate Post check for is_valid_body_field (#3263) 2023-06-26 10:47:01 +02:00
api_common Remove actix_rt & use standard tokio spawn (#3158) 2023-06-26 10:45:22 +02:00
api_crud Add separate Post check for is_valid_body_field (#3263) 2023-06-26 10:47:01 +02:00
apub Remove actix_rt & use standard tokio spawn (#3158) 2023-06-26 10:45:22 +02:00
db_schema Remove DELETED_REPLACEMENT_URL 2023-06-26 10:45:37 +02:00
db_views Fixing removed posts showing. Fixes #2875 (#3279) 2023-06-26 10:45:22 +02:00
db_views_actor Fixing removed posts showing. Fixes #2875 (#3279) 2023-06-26 10:45:22 +02:00
db_views_moderator Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
routes Update all dependencies (#3091) 2023-06-15 11:37:05 +02:00
utils Add separate Post check for is_valid_body_field (#3263) 2023-06-26 10:47:01 +02:00