LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
432 stars 47 forks source link

Fix webfinger fetching non-compliance #69

Closed samueltardieu closed 1 year ago

samueltardieu commented 1 year ago

This adds a private function allowing webfinger to use "jrd+json" instead of "activity+json".

Fix #68

samueltardieu commented 1 year ago

Tests won't pass until #67 is merged, as for other PR.

Nutomic commented 1 year ago

Thanks! I dont think #67 will be merged soon, so better fix the tests so that we can merge it directly.

Edit: I noticed just now that the tests are broken, Im fixing them and will merge this afterwards.