mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
348a183e4629a2ed04f8098575b6c2d26696bfa4
express.urlencoded({ extended: true }) uses qs which strips [] from
field names, so link_name[] arrives as request.body.link_name — not
request.body["link_name[]"]. The old lookup always got undefined,
producing an empty attachments array that overwrote existing links.
Description
No description provided
Languages
JavaScript
71.3%
Nunjucks
14.6%
CSS
14.1%