We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230f01e commit b87550aCopy full SHA for b87550a
modules/structs/user.go
@@ -66,7 +66,7 @@ type UserSettings struct {
66
Language string `json:"language"`
67
Theme string `json:"theme"`
68
DiffViewStyle string `json:"diff_view_style"`
69
- // Piracy
+ // Privacy
70
HideEmail bool `json:"hide_email"`
71
HideActivity bool `json:"hide_activity"`
72
}
@@ -81,7 +81,7 @@ type UserSettingsOptions struct {
81
Language *string `json:"language"`
82
Theme *string `json:"theme"`
83
DiffViewStyle *string `json:"diff_view_style"`
84
85
HideEmail *bool `json:"hide_email"`
86
HideActivity *bool `json:"hide_activity"`
87
0 commit comments