mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Add quick reply
This commit is contained in:
parent
6340b60d8c
commit
816281c225
8 changed files with 96 additions and 2 deletions
|
@ -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