warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 10 forks source link

Project 1: unmapped types are lost #103

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

When converting JSON with an unknown type, the value is lost. According to the ActivityStreams / JSON-LD specs, all types must be preserved.

warriordog commented 1 year ago

Fixed