Add labels to the listing

This commit is contained in:
dtonon 2026-04-09 17:13:20 +01:00
parent b5b2f97d35
commit ce03876fed
3 changed files with 11 additions and 0 deletions

View file

@ -49,6 +49,7 @@
return {
id: t.id,
title: t.title,
labels: t.labels,
author: resolveAuthor(t.authorPubkey, profiles),
replyCount: t.replyCount,
repliers: t.replierPubkeys.map((pk) => resolveAuthor(pk, profiles)),