Этот коммит содержится в:
Harrison Healey
2019-10-15 12:10:40 -04:00
родитель 84714f5cff
Коммит 3039081161
2 изменённых файлов: 1 добавлений и 16 удалений

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

@@ -1209,7 +1209,7 @@ func (a *App) countMentionsFromPost(user *model.User, post *model.Post) (int, *m
// A mapping of thread root IDs to whether or not a post in that thread mentions the user
mentionedByThread := make(map[string]bool)
thread, err := a.GetPostThread(post.Id)
thread, err := a.GetPostThread(post.Id, false)
if err != nil {
return 0, err
}