Add settings page

This commit is contained in:
r 2019-12-27 08:06:43 +00:00
parent 14bb18fbc7
commit b9d7eb05be
11 changed files with 165 additions and 16 deletions

View file

@ -2,4 +2,5 @@ package model
type Settings struct {
DefaultVisibility string `json:"default_visibility"`
CopyScope bool `json:"copy_scope"`
}