This commit is contained in:
Lemmy
2026-01-03 09:11:27 -05:00
parent 40a9c16a33
commit f5bf54d46e
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -397,9 +397,9 @@ Singleton {
"cachedImage": image // Start with original, update when cached
,
"actionsJson": JSON.stringify((n.actions || []).map(a => ({
"text": (a.text || "").trim() || "Action",
"identifier": a.identifier || ""
})))
"text": (a.text || "").trim() || "Action",
"identifier": a.identifier || ""
})))
};
}