warriordog / ActivityPubSharp

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

Project 1: links do not compact to string-only form #88

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

Regression from recent work. Easy workaround is to use the meta object in custom converter, but ideally we can find a more permanent solution.

warriordog commented 1 year ago

fixed