mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-27 13:24:20 +00:00
Add quick reply
This commit is contained in:
parent
4351155f67
commit
54c42455f3
8 changed files with 96 additions and 2 deletions
model
|
@ -15,6 +15,7 @@ type PostContext struct {
|
|||
type ReplyContext struct {
|
||||
InReplyToID string
|
||||
InReplyToName string
|
||||
QuickReply bool
|
||||
ReplyContent string
|
||||
ForceVisibility bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue