mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
added debug infos
This commit is contained in:
@@ -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":
|
||||
|
Reference in New Issue
Block a user