Load profiles for search results (#4519)

Этот коммит содержится в:
Joram Wilander
2016-11-10 09:25:43 -05:00
коммит произвёл Harrison Healey
родитель 41b31b4c92
Коммит 2fdb33042a
2 изменённых файлов: 4 добавлений и 1 удалений

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

@@ -232,7 +232,7 @@ export function loadPostsAfter(postId, offset, numPost, isPost) {
);
}
function loadProfilesForPosts(posts) {
export function loadProfilesForPosts(posts) {
const profilesToLoad = {};
for (const pid in posts) {
if (!posts.hasOwnProperty(pid)) {