add debugging string, will revert
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
92b913031e
commit
3a5b2b8f94
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ namespace BirdsiteLive.ActivityPub
|
|||
{
|
||||
try
|
||||
{
|
||||
Console.WriteLine("DEBUG: JSON");
|
||||
Console.WriteLine(json);
|
||||
var activity = JsonSerializer.Deserialize<Activity>(json);
|
||||
switch (activity.type)
|
||||
{
|
||||
|
|
Reference in a new issue