wall context

This commit is contained in:
biglyderv 2025-02-26 16:37:48 -05:00
parent d65c737a6e
commit f0782b0472
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
8 changed files with 33 additions and 11 deletions

View file

@ -29,6 +29,7 @@ router.get('/:id', async (req, res, next) => {
continue;
}
reply.comment = dat[0];
reply.comment.idOriginal = reply.comment.id;
reply.comment.id = reply.childId;
reply.comment.type = reply.childType;
}