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
2020-07-10 21:15:53 -04:00
..
src Forbid users to use empty titles for posts (#930) 2020-07-10 21:15:53 -04:00
Cargo.toml Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00