fix-lastseen

This commit is contained in:
2022-10-05 18:54:29 +03:00
parent 0c882dfc44
commit 7084bdb1a9
7 changed files with 35 additions and 35 deletions

View File

@@ -70,7 +70,7 @@ def create_author_from_app(app):
"emailConfirmed": False,
"slug": slug,
"createdAt": ts,
"wasOnlineAt": ts,
"lastSeen": ts,
}
user = User.create(**userdata)
session.add(user)