Skip to content
Snippets Groups Projects

Добавлены пользовательские настройки в запрос ActionRequest

Merged Pavel Antonov requested to merge feature/2905-ActionUserInfo into master
All threads resolved!
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -173,10 +173,10 @@ message ActionRequest {
// Параметры запроса пользователя
message UserPreferences {
string timezone = 1000;
string locale = 1010;
string theme = 1020;
string agent = 1030;
string timezone = 1000; // Timezone в формате IANA. Пример: "Europe/Moscow", "America/New_York" https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
string locale = 1020; // Текущая локаль пользователя в UI
string theme = 1030; // Текущая тема пользователя в UI
string agent = 1040; // Браузера или приложение пользователя
}
UserPreferences user = 11030;
Loading