mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
fix: improve timeline content for own posts (4 issues)
1. Empty content on bookmarks/likes/reposts: synthesize content from the interaction target URL (bookmark-of, like-of, repost-of) when the post has no body text 2. Hashtags not extracted: parse #hashtag patterns from content text and merge with explicit categories. Applies to both backfill (startup) and POST /api/v1/statuses (runtime) 3. Hashtag links rewritten: /categories/tag/ links (site-internal) are rewritten to /tags/tag (Mastodon convention) in the HTML content stored in ap_timeline 4. Relative media URLs resolved: photo/video/audio URLs like media/photos/... are resolved to absolute URLs using the site URL
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rmdes/indiekit-endpoint-activitypub",
|
||||
"version": "3.6.2",
|
||||
"version": "3.6.3",
|
||||
"description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.",
|
||||
"keywords": [
|
||||
"indiekit",
|
||||
|
||||
Reference in New Issue
Block a user