Phuks-co / throat

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

Make profiles of deleted users say they are deleted, instead of 404 #413

Closed happy-river closed 3 years ago

happy-river commented 3 years ago

Instead of showing a 404 page for a deleted user's profile and post and comment lists, show a page that says the user account has been deleted.

Allow admins to see full profiles of deleted users, and their post and comment lists. Show admins the names of deleted users in all their posts and comments.

Since these changes took some of the longest lines of code in the project and made them longer, I used wheezy-template's code extension to dismantle them into smaller expressions.