bloat/model/settings.go
r 2678f33157 Add support for scopes
- Add scope selection for for new post
- Save new post scope in db
- Copy scope on reply
- Show scope icon on posts
2019-12-21 13:26:31 +00:00

6 lines
94 B
Go

package model
type Settings struct {
DefaultVisibility string `json:"default_visibility"`
}