Skip to content

Commit 794fb14

Browse files
committed
Fix BridgyFed Like activities not being received
Upgrade Fedify to 1.5.9 which includes improved AT Protocol URI handling to properly parse URIs with DID authorities from BridgyFed. Resolves #217
1 parent b08ec77 commit 794fb14

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Version 0.6.11
66

77
To be released.
88

9+
- Fixed a bug where `Like` activities from Bluesky via BridgyFed were not
10+
being received due to invalid AT Protocol URIs. This was resolved by
11+
upgrading Fedify to 1.5.9, which includes improved AT Protocol URI
12+
handling to properly parse URIs with DID authorities. [[#217]]
13+
14+
[#217]: https://github.com/fedify-dev/hollo/issues/217
15+
916

1017
Version 0.6.10
1118
--------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@aws-sdk/credential-providers": "^3.716.0",
23-
"@fedify/fedify": "~1.5.7",
23+
"@fedify/fedify": "~1.5.9",
2424
"@fedify/markdown-it-hashtag": "~0.2.0",
2525
"@fedify/markdown-it-mention": "~0.1.1",
2626
"@fedify/postgres": "~0.3.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)