Skip to content
Snippets Groups Projects
Commit b1404b8d authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Дополнение

parent 20f11419
No related branches found
No related tags found
1 merge request!76Добавлены пользовательские настройки в запрос ActionRequest
This commit is part of merge request !76. Comments created here will be created in the context of that merge request.
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment