Aevann 2024-04-08 05:02:05 +02:00
parent 4e1bf0a614
commit 1893242a7d
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ def chat_user(v, username):
user_id=user.id,
chat_id=chat.id,
)
chat_membership.created_utc += 1
g.db.add(chat_membership)
return redirect(f"/chat/{chat.id}")