mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-02 10:04:22 +00:00
Use a single form for new posts and replies
This commit is contained in:
parent
df875381d4
commit
39c57a6b65
7 changed files with 42 additions and 34 deletions
7
model/replyContext.go
Normal file
7
model/replyContext.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package model
|
||||
|
||||
type ReplyContext struct {
|
||||
InReplyToID string
|
||||
InReplyToName string
|
||||
ReplyContent string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue