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: infer `ASActor` #85

Closed warriordog closed 1 year ago

warriordog commented 1 year ago

Any object with Inbox and Outbox is a valid actor. We should detect this and automatically add ASActor to the graph.

warriordog commented 1 year ago

Done