Merge pull request #71 from bAWario/master

add, 'private' json to submission
remotes/1693045480750635534/spooky-22
Aevann1 2021-10-14 08:08:52 +02:00 committed by GitHub
commit 3a56c0f433
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ class Submission(Base):
'upvotes': self.upvotes,
'downvotes': self.downvotes,
'stickied': self.stickied,
'private' : self.private,
'distinguish_level': self.distinguish_level,
'voted': self.voted if hasattr(self, 'voted') else 0,
'flags': flags,