forked from rDrama/rDrama
1
0
Fork 0

remove [patrons] and [paypigs] since i can just use /h/highrollerclub now

master
Aevann 2023-08-02 01:08:29 +03:00
parent 7bbd80ab69
commit ffe1faa8cd
1 changed files with 0 additions and 2 deletions

View File

@ -1094,8 +1094,6 @@ class User(Base):
if not cls.can_see(user, other.author): return False
if user and user.id == other.author_id: return True
if isinstance(other, Post):
if not (user and user.patron) and (other.title.lower().startswith('[paypigs]') or other.title.lower().startswith('[patrons]')):
return False
if other.sub and not cls.can_see(user, other.subr):
return False
if request.headers.get("Cf-Ipcountry") == 'NZ':