This commit is contained in:
2026-08-09 02:58:06 +02:00
parent b9c7e24757
commit 40ce0ccbb1
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -978,6 +978,7 @@ export default {
is_oc: actitem.is_oc || false,
is_repost: actitem.checksum ? actitem.checksum.includes('_bypass_') : false,
reposts: repostItems,
show_repost_row: !!((session || cfg.websrv.expose_repost_links_to_guests || cfg.websrv.expose_repost_links) && (actitem.checksum?.includes('_bypass_') || (repostItems && repostItems.length > 0))),
width: actitem.width || null,
height: actitem.height || null,
original_filename: actitem.original_filename || null,