Unverified Commit 81ebffcc authored by Hong Minhee's avatar Hong Minhee
Browse files

Workaround invalid AT protocol URIs from BridgyFed

BridgyFed generates AT protocol URIs like at://did:plc:... that violate
RFC 3986 URL syntax due to colons in the authority part. This causes
parsing failures in Link.fromJsonLd() and other vocabulary methods.

Added temporary fix to URL-encode colons in did:plc DIDs to make them
valid URLs (at://did%3Aplc%3A...) until upstream issue is resolved.

Fixes https://github.com/fedify-dev/fedify/issues/436
parent bd1a202e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment