warriordog / ActivityPubSharp

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

No support for `content` property - only `contentMap` works #151

Closed warriordog closed 9 months ago

warriordog commented 9 months ago

These properties are related and should be handled together. Currently, we ignore contentMap and incorrectly handle content. It should work like this:

Once resolved, then the unit test MastodonUpdateNoteActivityTest should finally work.

Depends on: #12 Relates to: #44