mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Optimize
This commit is contained in:
@@ -20,7 +20,7 @@ pub struct UserSettings {
|
|||||||
pub first_name: String,
|
pub first_name: String,
|
||||||
pub username: String,
|
pub username: String,
|
||||||
pub source: String,
|
pub source: String,
|
||||||
pub allowed_langs: Vec<Lang>,
|
pub allowed_langs: SmallVec<[Lang; 3]>,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_user_settings(
|
pub async fn get_user_settings(
|
||||||
|
|||||||
Reference in New Issue
Block a user