This commit is contained in:
Nicolas Constant 2021-01-15 02:00:10 -05:00
parent a59ed49a9a
commit 532b87f719
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 2 additions and 4 deletions

View File

@ -36,6 +36,7 @@ namespace BirdsiteLive.Pipeline.Processors
catch (Exception e)
{
Console.WriteLine(e);
//TODO handle error
}
await Task.Delay(SyncPeriod * 1000 * 60, ct);

View File

@ -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":