This commit is contained in:
Simon Grim 2015-11-28 12:55:18 +05:00
parent 294ce55f05
commit 5acb60a7c8

View File

@ -226,7 +226,7 @@ function attachPostsToStream(stream, posts, isPromoted) {
}
if (!isAttached) {
intrantPost.item.appendTo(stream).show();
streamPosts.unshift(intrantPost);
streamPosts.push(intrantPost);
}
}
}