remotes/1693045480750635534/spooky-22
Aevann1 2021-11-26 02:35:16 +02:00
parent e3617df056
commit df60baa11e
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def post_id(pid, anything=None, v=None):
try: pid = int(pid)
except Exception as e: pass
if request.host == 'rdrama.net' and [BUG_THREAD, EMOJI_THREAD]: defaultsortingcomments = 'new'
if request.host == 'rdrama.net' and pid in [BUG_THREAD, EMOJI_THREAD]: defaultsortingcomments = 'new'
elif v: defaultsortingcomments = v.defaultsortingcomments
else: defaultsortingcomments = "top"