lemmy/crates/api/src/community
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
..
add_mod.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
ban.rs Add separate Post check for is_valid_body_field (#3263) 2023-06-26 10:47:01 +02:00
block.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
follow.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
hide.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
mod.rs Implement restricted community (only mods can post) (fixes #187) (#2235) 2022-04-28 20:32:32 +00:00
transfer.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00