warriordog / ActivityPubSharp

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

QuestionActivity: `Closed` and `ClosedAt` properties are totally broken #165

Closed warriordog closed 7 months ago

warriordog commented 7 months ago

These properties share the same property name, which beaks parsing. We need to fix this by defining a custom type with its own converter.

warriordog commented 7 months ago

The affected properties will be removed until this is fixed