This commit is contained in:
Aevann1 2022-02-18 11:12:37 +02:00
parent b573fee01f
commit a64528fc59

View file

@ -269,6 +269,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
posts = g.db.query(Submission)
if sub: posts = posts.filter_by(sub=sub.name)
elif SITE != 'devrama.xyz':
elif SITE_NAME == '2Much4You': posts = posts.filter(Submission.sub.in_(toomuch_subs))
elif SITE_NAME == 'Ruqqus':
posts = posts.filter(Submission.sub != None)