warriordog / ActivityPubSharp

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

SimpleClient: automatically unwrap Linkable<T> when it has a value #28

Open warriordog opened 1 year ago

warriordog commented 1 year ago

Currently, you have to type "push Value" or similar which is both annoying and extremely unintuitive. We should unwrap this automatically.