mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
fix miguelfreitas/twister-html#330: posts' wrong ordering
This commit is contained in:
parent
294ce55f05
commit
5acb60a7c8
@ -226,7 +226,7 @@ function attachPostsToStream(stream, posts, isPromoted) {
|
||||
}
|
||||
if (!isAttached) {
|
||||
intrantPost.item.appendTo(stream).show();
|
||||
streamPosts.unshift(intrantPost);
|
||||
streamPosts.push(intrantPost);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user