mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-11 22:38:45 +00:00
Add setting for default format
This commit is contained in:
parent
ef41ff32e2
commit
fdd9b8fd2b
7 changed files with 26 additions and 5 deletions
|
@ -7,6 +7,7 @@ type PostFormat struct {
|
|||
|
||||
type PostContext struct {
|
||||
DefaultVisibility string
|
||||
DefaultFormat string
|
||||
ReplyContext *ReplyContext
|
||||
Formats []PostFormat
|
||||
DarkMode bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue