remotes/1693045480750635534/spooky-22
Aevann1 2021-11-17 15:19:25 +02:00
parent 961006d6c9
commit f588c33ea5
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ def searchposts(v):
posts = g.db.query(Submission.id).filter(Submission.club == False)
posts = g.db.query(Submission.id)
if not (v and v.paid_dues): posts = posts.filter(Submission.club == False)
if not (v and v.admin_level > 1): posts = posts.filter(Submission.private == False)