mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-02 10:04:22 +00:00
Add post format selection
This commit is contained in:
parent
ac4ff88adb
commit
591360f2a8
11 changed files with 66 additions and 15 deletions
|
@ -1,8 +1,14 @@
|
|||
package model
|
||||
|
||||
type PostFormat struct {
|
||||
Name string
|
||||
Type string
|
||||
}
|
||||
|
||||
type PostContext struct {
|
||||
DefaultVisibility string
|
||||
ReplyContext *ReplyContext
|
||||
Formats []PostFormat
|
||||
}
|
||||
|
||||
type ReplyContext struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue