mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 20:19:56 +02:00
Slon/Static/js/statuses: Fix profile links in boosted statuses
This commit is contained in:
@@ -82,7 +82,7 @@ function updateStatuses(user, statuses) {
|
||||
content.className = "status-content";
|
||||
let content_html = "";
|
||||
if (statuses[i]["reblog"]) {
|
||||
content_html += "🚀 " + statuses[i]["reblog"]["account"]["username"] + "<br><a style=\"padding-left:36px\" href=\"" + statuses[i]["reblog"]["remote_actor"] + "\">@" + statuses[i]["reblog"]["account"]["acct"] + "</a><br>";
|
||||
content_html += "🚀 " + statuses[i]["reblog"]["account"]["username"] + "<br><a style=\"padding-left:36px\" href=\"" + statuses[i]["reblog"]["account"]["remote_actor"] + "\">@" + statuses[i]["reblog"]["account"]["acct"] + "</a><br>";
|
||||
} else {
|
||||
if (status["visibility"] == "public") {
|
||||
content_html += "<span title=Public>🌎</span> ";
|
||||
|
||||
Reference in New Issue
Block a user