added debug infos

This commit is contained in:
Nicolas Constant 2020-07-16 01:18:14 -04:00
parent 387285e645
commit c03d5901f8
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ namespace BirdsiteLive.Controllers
// Do something
var signature = r.Headers["Signature"].First();
Console.WriteLine(body);
Console.WriteLine();
switch (activity?.type)
{
case "Follow":