This commit is contained in:
Aevann1 2021-10-07 06:06:21 +02:00
parent 32ab5ae92e
commit d5d63e0674

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):