include hole in post json

pull/139/head
Aevann 2023-03-12 12:18:48 +02:00
parent 475e87f36b
commit f79733a36f
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ class Submission(Base):
'is_bot': self.is_bot,
'thumb_url': self.thumb_url,
'domain': self.domain,
'sub': self.sub,
'url': self.realurl(None),
'body': self.body,
'body_html': self.body_html,