implement link formatting

This commit is contained in:
biglyderv 2025-02-28 02:01:59 -05:00
parent e7a41a520a
commit 711a799482
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 24 additions and 9 deletions

View file

@ -7,7 +7,6 @@ let db = await initDb();
//todo: fix jank
router.get('/:id', async (req, res, next) => {
let replies = [];
let feeder = req.params.id;
let feederType = 'comment';