warriordog / ActivityPubSharp

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

Replace ImpliesOtherEntityAttribute with an interface #108

Closed warriordog closed 10 months ago

warriordog commented 1 year ago

This will simplify the code (the attribute thing is clunky) and enable an entity to imply multiple others

warriordog commented 10 months ago

Idea - could we flip the ownership? Register types instead, and then we can walk the inheritance chain