feat: Add custom emojis, pinned comments, and comment thread locking functionality.

This commit is contained in:
x
2026-01-25 14:40:39 +01:00
parent 8e1a377cb8
commit 68011c60de
3 changed files with 6 additions and 2 deletions

View File

@@ -192,7 +192,8 @@ export default {
timefull: new Date(actitem.stamp * 1e3).toISOString()
},
favorites: favorites,
tags: tags
tags: tags,
is_comments_locked: actitem.is_comments_locked || false
},
title: `${actitem.id} - ${cfg.websrv.domain}`,
pagination: {