feat: Add custom emojis, pinned comments, and comment thread locking functionality.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user