fg
This commit is contained in:
parent
da028ca805
commit
46dd5ccd6a
4 changed files with 5 additions and 4 deletions
|
@ -265,6 +265,7 @@ class Submission(Base):
|
|||
|
||||
data = {'author_name': self.author_name if self.author else '',
|
||||
'permalink': self.permalink,
|
||||
'shortlink': self.shortlink,
|
||||
'is_banned': bool(self.is_banned),
|
||||
'deleted_utc': self.deleted_utc,
|
||||
'created_utc': self.created_utc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue