forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-28 22:08:03 +02:00
parent 716b4ee2ea
commit 0a2d9fbffe
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class Comment(Base):
def permalink(self):
if self.post and self.post.club: return f"{SITE_FULL}/comment/{self.id}?context=9#context"
if self.post: return f"{SITE_FULL}{self.post.permalink}/{self.id}?context=9#context"
if self.post: return f"{self.post.permalink}/{self.id}?context=9#context"
else: return f"{SITE_FULL}/comment/{self.id}?context=9#context"
@property