forked from rDrama/rDrama
1
0
Fork 0

remove carp exception in /followers since we have pages now

master
Aevann1 2022-11-27 03:27:06 +02:00
parent c42a0e6a20
commit 4e4e649dc9
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)