You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/server/lemmy_utils
Tony Antonov 8d24659892
Forbid users to use empty titles for posts (#930)
- Add a regex that checks if string contains anything but whitespace
- Check for whitespace-only titles on post creation and edit
- Trim whitespace from titles before saving
- Add frontend validation to title
4 years ago
..
src Forbid users to use empty titles for posts (#930) 4 years ago
Cargo.toml Split code into cargo workspaces (#67) 4 years ago