warriordog / ActivityPubSharp

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

Add constructor overloads to wrap an existing object #133

Closed warriordog closed 9 months ago

warriordog commented 9 months ago

For each AS / AP type, add a new constructor for convenience. It should accept a single argument of ASType, and then copy the TypeMap and extend the graph.

warriordog commented 9 months ago

Reopening - missed the case of copying an existing object 🤦‍♀️