remove carp exception in /followers since we have pages now

pull/24/head
Aevann1 2022-11-27 03:27:06 +02:00 committed by geese_suck
parent 5621c4b38d
commit 44e2044ac6
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 0 additions and 1 deletions

View File

@ -624,7 +624,6 @@ def redditor_moment_redirect(username, v):
@auth_required
def followers(username, v):
u = get_user(username, v=v, include_shadowbanned=False)
if u.id == CARP_ID and SITE == 'watchpeopledie.tv': abort(403)
if not (v.id == u.id or v.admin_level >= PERMS['USER_FOLLOWS_VISIBLE']):
abort(403)