aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-09-28 15:46:26 +0200
committergrunfink <grunfink@comam.es>2025-09-28 15:46:26 +0200
commit65d868092cd8bddad703f9dad77867bb45ca3286 (patch)
tree9aca8e52c81105af728035828f659f1db70040f3
parent08f84453079ce87aaa0ce16449cbf01790ea176d (diff)
Temporary tweak.
-rw-r--r--html.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/html.c b/html.c
index 5f4b375..ed9e739 100644
--- a/html.c
+++ b/html.c
@@ -249,22 +249,6 @@ xs_html *html_actor_icon(snac *user, xs_dict *actor, const char *date,
xs_html_raw("&#129309;")));
}
- if (instance_failure(actor_id, 0) == -1) {
- xs_html_add(actor_icon,
- xs_html_text(" "),
- xs_html_tag("span",
- xs_html_attr("title", "broken instance"),
- xs_html_raw("&#128148;")));
- }
-
- if (actor_failure(actor_id, 0) == -1) {
- xs_html_add(actor_icon,
- xs_html_text(" "),
- xs_html_tag("span",
- xs_html_attr("title", "account no longer exists"),
- xs_html_raw("&#128128;")));
- }
-
if (priv) {
xs_html_add(actor_icon,
xs_html_text(" "),