MM-31710 Server/API: change total_unread_replies to total_unread_threads (#16663)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
90952a1bd5
Коммит
911d1f070e
@@ -28,7 +28,7 @@ type ThreadResponse struct {
|
||||
|
||||
type Threads struct {
|
||||
Total int64 `json:"total"`
|
||||
TotalUnreadReplies int64 `json:"total_unread_replies"`
|
||||
TotalUnreadThreads int64 `json:"total_unread_threads"`
|
||||
TotalUnreadMentions int64 `json:"total_unread_mentions"`
|
||||
Threads []*ThreadResponse `json:"threads"`
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user