remotes/1693045480750635534/spooky-22
Aevann1 2021-10-07 06:06:21 +02:00
parent d5f2905c78
commit 071b0a7db0
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ class Comment(Base):
else: return None
else: return None
@property
@lazy
def options(self):
return self.child_comments.filter_by(author_id = AUTOPOLLER_ACCOUNT)
@property
@lazy
def created_datetime(self):