warriordog / ActivityPubSharp

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

Use the "new" generic pivots in IgnoreEmptyCollectionsModifier #149

Open warriordog opened 9 months ago

warriordog commented 9 months ago

IgnoreEmptyCollectionsModifier is currently using the old (embedded) generic pivot architecture. If possible, we should convert it to an injected service and use the new (service) architecture. See AnonymousEntityPivot for an example.