Allow chats to choose a locale

This commit is contained in:
2023-01-25 23:28:15 +01:00
parent f3136bd319
commit 747353d544
6 changed files with 52 additions and 11 deletions

View File

@@ -9,5 +9,6 @@ diesel::table! {
next_appointment_end -> Nullable<BigInt>,
last_reminder -> Nullable<BigInt>,
pinned_message_id -> Nullable<Integer>,
locale -> Nullable<Text>,
}
}