Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Fix the post title length checks to match the database field length #216

Closed happy-river closed 3 years ago

happy-river commented 3 years ago

If you submit a post with a title between 256 and 349 characters in length, you'll get a 500 because the post title field is only 255 characters long. Fix the length check in the form and in the api to match the length in the field's creation in migrations/001_initial.py.