Performance improvements
All checks were successful
release / Build and push Docker image (push) Successful in 1m11s
All checks were successful
release / Build and push Docker image (push) Successful in 1m11s
This commit is contained in:
@@ -37,6 +37,7 @@ public class ProcessPosts
|
||||
$"<a href=\"" + post.Url + "\"> Mastodon </a>", ParseMode.Html
|
||||
, replyMarkup: new InlineKeyboardMarkup().AddButton("Approve", $"approve-{media.MediaId}").AddButton("Reject", $"reject-{media.MediaId}"));
|
||||
validPosts.Add(post);
|
||||
newPosts++;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
@@ -44,7 +45,7 @@ public class ProcessPosts
|
||||
media.PreviewUrl);
|
||||
}
|
||||
|
||||
newPosts++;
|
||||
|
||||
}
|
||||
|
||||
// Insert post
|
||||
|
Reference in New Issue
Block a user