remotes/1693045480750635534/spooky-22
Aevann1 2022-04-20 21:39:56 +02:00
parent df793e5347
commit 017dde4e51
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ class Submission(Base):
def realtitle(self, v):
if self.club and not (v and (v.paid_dues or v.id == self.author_id)):
if v: return random.choice(TROLLTITLES).format(username=v.username)
elif SITE == 'cringetopia.org': return f'Please make an account to see this post'
else: return f'{CC} MEMBERS ONLY'
elif self.title_html: title = self.title_html
else: title = self.title