mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-14 15:08:45 +00:00
Add quick reply
This commit is contained in:
parent
4351155f67
commit
54c42455f3
8 changed files with 96 additions and 2 deletions
|
@ -69,6 +69,13 @@ type ThreadData struct {
|
|||
ReplyMap map[string][]mastodon.ReplyInfo
|
||||
}
|
||||
|
||||
type QuickReplyData struct {
|
||||
*CommonData
|
||||
Ancestor *mastodon.Status
|
||||
Status *mastodon.Status
|
||||
PostContext model.PostContext
|
||||
}
|
||||
|
||||
type StatusData struct {
|
||||
*CommonData
|
||||
Status *mastodon.Status
|
||||
|
|
|
@ -20,6 +20,7 @@ const (
|
|||
RootPage = "root.tmpl"
|
||||
TimelinePage = "timeline.tmpl"
|
||||
ThreadPage = "thread.tmpl"
|
||||
QuickReplyPage = "quickreply.tmpl"
|
||||
StatusPopup = "status.tmpl"
|
||||
NotificationPage = "notification.tmpl"
|
||||
UserPage = "user.tmpl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue