mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-03 10:28:46 +00:00
Add quick reply
This commit is contained in:
parent
6340b60d8c
commit
816281c225
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 NotificationData struct {
|
||||
*CommonData
|
||||
Notifications []*mastodon.Notification
|
||||
|
|
|
@ -20,6 +20,7 @@ const (
|
|||
RootPage = "root.tmpl"
|
||||
TimelinePage = "timeline.tmpl"
|
||||
ThreadPage = "thread.tmpl"
|
||||
QuickReplyPage = "quickreply.tmpl"
|
||||
NotificationPage = "notification.tmpl"
|
||||
UserPage = "user.tmpl"
|
||||
UserSearchPage = "usersearch.tmpl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue