Fix circles feed bug not showing your posts
This commit is contained in:
parent
4187aba570
commit
ccc30f68d6
@ -111,7 +111,8 @@ function appendMessages(msg, blockHash, beforeHash){
|
||||
}
|
||||
else{
|
||||
//feed.insertAfter(clone, beforeEl)
|
||||
beforeEl.insertAdjacentElement("beforebegin", clone)
|
||||
console.log(clone)
|
||||
beforeEl.insertAdjacentElement("beforebegin", clone.children[0])
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user