Этот коммит содержится в:
Chris
2017-10-06 09:18:26 -07:00
коммит произвёл Joram Wilander
родитель 363568b4eb
Коммит 6097e3f02b

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

@@ -1068,7 +1068,7 @@ func (s SqlPostStore) GetPostsByIds(postIds []string) store.StoreChannel {
if err != nil {
l4g.Error(err)
result.Err = model.NewAppError("SqlPostStore.GetPostsCreatedAt", "store.sql_post.get_posts_by_ids.app_error", nil, "", http.StatusInternalServerError)
result.Err = model.NewAppError("SqlPostStore.GetPostsByIds", "store.sql_post.get_posts_by_ids.app_error", nil, "", http.StatusInternalServerError)
} else {
result.Data = posts
}