mastodon-timeline-widget
mastodon-timeline-widget copied to clipboard
Retoot are not showing
in the timeline the retoots content are not showing
add to line 238 this peace of code:
else { if (status_.reblog!=null) { content = jQuery("<div class='toot-text'>" + status_.reblog.content + "</div>" + "<div class='toot-medias'></div>"); } else { content = jQuery("<div class='toot-text'>" + status_.content + "</div>" + "<div class='toot-medias'></div>"); } }