add created_utc

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-13 18:21:12 -06:00
parent cc8f2d1a6e
commit c5bf7b33c5
1 changed files with 1 additions and 0 deletions

View File

@ -830,6 +830,7 @@ class User(Base):
'url': self.url,
'is_banned': True,
'is_permanent_ban': not bool(self.unban_utc),
'created_utc': self.created_utc,
'ban_reason': self.ban_reason,
'id': self.id
}