MM-19371 - Reply count disappears from pinned and flagged conv… (#12753)

Этот коммит содержится в:
Eli Yukelzon
2019-10-17 11:10:49 +03:00
коммит произвёл GitHub
родитель c742d18828
Коммит 66c66eef0d
2 изменённых файлов: 14 добавлений и 19 удалений

Просмотреть файл

@@ -789,7 +789,7 @@ func (a *App) GetPostsForChannelAroundLastUnread(channelId, userId string, limit
return model.NewPostList(), nil
}
postList, err := a.GetPostThread(lastUnreadPostId, false)
postList, err := a.GetPostThread(lastUnreadPostId, skipFetchThreads)
if err != nil {
return nil, err
}