Revert "metasrht/types/user: Add id to user dict"

This reverts commit fa31c2d238.
This commit is contained in:
Drew DeVault 2022-08-06 21:36:05 +02:00
parent 09738c0f19
commit 89407c354d
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ class User(Base, UserMixin):
def to_dict(self, first_party=False, short=False):
return {
"id": self.id,
"canonical_name": self.canonical_name,
"name": self.username,
**({