lemmy/crates/utils
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
..
src Add separate Post check for is_valid_body_field (#3263) 2023-06-26 10:47:01 +02:00
translations@7fc71d0860 Update translations 2023-06-20 10:59:27 +02:00
Cargo.toml Reduce memory usage of rate limiting (#3111) 2023-06-21 10:28:20 +02:00
build.rs Add email translations (#2175) 2022-03-29 18:23:03 +00:00