LemmyNet / activitypub-federation-rust

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

Convert content-type to lowercase for comparison #114

Closed Nutomic closed 3 months ago

Nutomic commented 3 months ago

Didnt do it properly in https://github.com/LemmyNet/activitypub-federation-rust/pull/111

Edit: Clippy in CI is having a nonsensical crash which doesnt happen locally.