warriordog / ActivityPubSharp

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

Deserialize entities without a type name #141

Closed warriordog closed 9 months ago

warriordog commented 9 months ago

Some extension entities do not have an AS type, and should be loaded based on some other criteria.

Supported criteria:

This should implement both #131 and #132.