Skip to content

Commit 3b3c046

Browse files
committed
Merge pull request #443 from sij411/fix/411
Fix handling objects with relative URL
2 parents 09a99df + 85cf50d commit 3b3c046

6 files changed

Lines changed: 1556 additions & 667 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ To be released.
1010

1111
### @fedify/fedify
1212

13+
- Fixed handling of ActivityPub objects containing relative URLs. The
14+
Activity Vocabulary classes now properly resolve relative URLs when
15+
a `baseUrl` option is provided to `fromJsonLd()` method, improving
16+
interoperability with ActivityPub servers that emit relative URLs in
17+
properties like `icon.url` and `image.url`. [[#411], [#443] by Jiwon Kwon]
18+
1319
- Added inverse properties for collections to Vocabulary API.
1420
[[FEP-5711], [#373], [#381] by Jiwon Kwon]
1521

@@ -78,7 +84,10 @@ To be released.
7884
[#402]: https://github.com/fedify-dev/fedify/issues/402
7985
[#404]: https://github.com/fedify-dev/fedify/pull/404
8086
[#407]: https://github.com/fedify-dev/fedify/pull/407
87+
[#411]: https://github.com/fedify-dev/fedify/issues/411
8188
[#429]: https://github.com/fedify-dev/fedify/issues/429
89+
[#431]: https://github.com/fedify-dev/fedify/pull/431
90+
[#443]: https://github.com/fedify-dev/fedify/pull/443
8291

8392
### @fedify/cli
8493

0 commit comments

Comments
 (0)