Load profiles for search results (#4519)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
41b31b4c92
Коммит
2fdb33042a
@@ -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)) {
|
||||
|
||||
Ссылка в новой задаче
Block a user