This commit is contained in:
Aevann1 2022-01-30 15:40:11 +02:00
parent 40a08186bd
commit 88d635e03d
6 changed files with 11 additions and 11 deletions

View file

@ -336,7 +336,7 @@ class Submission(Base):
elif not v.oldreddit: url = self.url.replace("old.reddit.com", "reddit.com")
if '/comments/' in url and "sort=" not in url:
if "?" in url: url += "&context=9"
else: url += "?context=9"
else: url += "?context=8"
if v.controversial: url += "&sort=controversial"
return url
elif self.url: