mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
clean up
This commit is contained in:
@ -36,6 +36,7 @@ namespace BirdsiteLive.Pipeline.Processors
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e);
|
||||
//TODO handle error
|
||||
}
|
||||
|
||||
await Task.Delay(SyncPeriod * 1000 * 60, ct);
|
||||
|
@ -125,10 +125,7 @@ namespace BirdsiteLive.Controllers
|
||||
var activity = ApDeserializer.ProcessActivity(body);
|
||||
// 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