We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15f73d commit 4e034b4Copy full SHA for 4e034b4
routes/private/routes/group.ts
@@ -322,6 +322,7 @@ export async function setup(app: App) {
322
}
323
const reply = {
324
...convert.toGroupTopicReply(x),
325
+ creator: users[x.uid],
326
replies: subReplies[x.id] ?? [],
327
reactions: reactions[x.id] ?? [],
328
};
routes/private/routes/subject.ts
@@ -965,6 +965,7 @@ export async function setup(app: App) {
965
966
967
...convert.toSubjectTopicReply(x),
968
969
970
971
0 commit comments