warriordog / ActivityPubSharp

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

Allow AS types to not have an entity #134

Open warriordog opened 9 months ago

warriordog commented 9 months ago

Many AS types do not define new properties, just a new name. These currently have an empty placeholder entity. Refactor the TypeMap / conversion code to allow objects without a related entity.