parent
4b0bec8779
commit
d512cdc658
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class FediSocial extends HTMLElement {
|
|||
customElements.define('fedi-social', FediSocial)
|
||||
|
||||
function renderReplies(status, replies, replyContainer, template) {
|
||||
console.log(status)
|
||||
const repliesToThis = replies.filter(d => d.in_reply_to_id == status.id);
|
||||
|
||||
repliesToThis.forEach(reply => {
|
||||
|
|
Loading…
Reference in a new issue