Phuks-co / throat

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

Fix expando when author is viewing a text post that was deleted by a mod #350

Closed happy-river closed 3 years ago

happy-river commented 3 years ago

When viewing the list of your own posts accessible from your user page, if one of them was a text post deleted by a mod, the expando would just give you a blank line because /do/get_textpost was returning a 500. Fix the error (which was introduced in #311) so the expando will work.