mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
Fedify 2.0's getAttachments() and getTags() return async iterables, but the code used synchronous for...of which silently yielded zero results. Changed to for await...of so media URLs (photo/video/audio) and hashtags are now properly extracted from incoming posts. Also replaced the gallery's target=_blank links with an Alpine.js lightbox modal for full-size image viewing with prev/next navigation and keyboard support.