mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
refactor: update user setting keys
This commit is contained in:
@ -28,11 +28,12 @@ message UserSetting {
|
||||
// id is the user id.
|
||||
int32 id = 1;
|
||||
|
||||
// locale is the user locale.
|
||||
string locale = 2;
|
||||
UserSettingGeneral general = 2;
|
||||
}
|
||||
|
||||
// color_theme is the user color theme.
|
||||
string color_theme = 3;
|
||||
message UserSettingGeneral {
|
||||
string locale = 1;
|
||||
string color_theme = 2;
|
||||
}
|
||||
|
||||
message GetUserSettingRequest {
|
||||
|
Reference in New Issue
Block a user