forked from rDrama/rDrama
1
0
Fork 0

give paypigs access to chudrama

master
Aevann1 2022-08-22 22:52:00 +02:00
parent 666b0cb063
commit be251e7756
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class Comment(Base):
if v:
if v.truecoins >= 5000: return True
if v.agendaposter: return True
if v.patron: return True
if v.id == self.author_id: return True
if v.id == self.post.author_id: return True
return False

View File

@ -84,6 +84,7 @@ class Submission(Base):
if v:
if v.truecoins >= 5000: return True
if v.agendaposter: return True
if v.patron: return True
if v.id == self.author_id: return True
return False