Interstellar-Relay-Community / aode-relay

ActivityPub relay in Rust
GNU Affero General Public License v3.0
34 stars 7 forks source link

Misskey 13 requires valid JSON when fetching metadata #13

Closed perillamint closed 1 year ago

perillamint commented 1 year ago

Since Misskey 13 changes its framework to Fastify, it requires valid application/json data in POST body (also, Content-Type to application/json)

This breaks current Misskey metadata fetch implementation. Fix it.

perillamint commented 1 year ago

resolved in commit 227d956