Add labels to the listing
This commit is contained in:
parent
b5b2f97d35
commit
ce03876fed
3 changed files with 11 additions and 0 deletions
|
|
@ -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)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue