mastodon-timeline-widget icon indicating copy to clipboard operation
mastodon-timeline-widget copied to clipboard

Retoot are not showing

Open mebitek opened this issue 3 years ago • 1 comments

in the timeline the retoots content are not showing

mebitek avatar Dec 04 '22 11:12 mebitek

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>"); } }

mebitek avatar Dec 04 '22 11:12 mebitek