mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-06 03:48:45 +00:00
Show status numbers
This commit is contained in:
parent
b5ca78a2e6
commit
eb3bc15da9
4 changed files with 15 additions and 10 deletions
|
@ -52,8 +52,8 @@ type Status struct {
|
|||
// Custom fields
|
||||
Pleroma StatusPleroma `json:"pleroma"`
|
||||
ShowReplies bool `json:"show_replies"`
|
||||
ReplyMap map[string][]ReplyInfo `json:"reply_map"`
|
||||
ReplyNumber int `json:"reply_number"`
|
||||
IDReplies map[string][]ReplyInfo `json:"id_replies"`
|
||||
IDNumbers map[string]int `json:"id_numbers"`
|
||||
RetweetedByID string `json:"retweeted_by_id"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue