mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2025-02-16 22:34:34 +00:00
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts
6 lines
94 B
Go
6 lines
94 B
Go
package model
|
|
|
|
type Settings struct {
|
|
DefaultVisibility string `json:"default_visibility"`
|
|
}
|