possibly fix context question
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sam Therapy 2023-05-04 23:42:59 +02:00
parent 3a5b2b8f94
commit a57e443a9d
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -6,7 +6,7 @@ namespace BirdsiteLive.ActivityPub
public class Activity
{
[JsonPropertyName("@context")]
public string context { get; set; }
public object context { get; set; }
public string id { get; set; }
public string type { get; set; }
public string actor { get; set; }