forked from MarseyWorld/MarseyWorld
remove carp exception in /followers since we have pages now
parent
c42a0e6a20
commit
4e4e649dc9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue