added shared inbox

This commit is contained in:
Nicolas Constant
2020-07-22 19:49:08 -04:00
parent 66630324d7
commit 1724d3a902
4 changed files with 23 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
namespace BirdsiteLive.ActivityPub
{
public class EndPoints
{
public string sharedInbox { get; set; }
}
}