Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-24 22:52:43 +02:00
commit 25a95dfb3e
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ class Comment(Base):
else: return g.db.get(Comment, self.parent_comment_id)
@property
@lazy
def parent_fullname(self):
if self.parent_comment_id: return f"t3_{self.parent_comment_id}"