Improved activity page
This commit is contained in:
@ -37,10 +37,16 @@ type Settings struct {
|
||||
Notification NotificationSettings `json:"notification"`
|
||||
Editor EditorSettings `json:"editor"`
|
||||
Privacy PrivacySettings `json:"privacy"`
|
||||
Activity ActivitySettings `json:"activity"`
|
||||
Calendar CalendarSettings `json:"calendar" editable:"true"`
|
||||
Theme string `json:"theme" editable:"true"`
|
||||
}
|
||||
|
||||
// ActivitySettings ...
|
||||
type ActivitySettings struct {
|
||||
ShowFollowedOnly bool `json:"showFollowedOnly" editable:"true"`
|
||||
}
|
||||
|
||||
// PrivacySettings ...
|
||||
type PrivacySettings struct {
|
||||
ShowAge bool `json:"showAge" editable:"true"`
|
||||
|
Reference in New Issue
Block a user