warriordog / ActivityPubSharp

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

ASLink: replace HasOnlyHRef with a proper implementation #45

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

This computed property is used to determine whether an ASLink is serialized as a string or object. The current implementation is a hack and won't work with extensions or subtypes. It should be replaced with something more durable and extendable by subtypes.

warriordog commented 1 year ago

Done