We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2c8cc0 + 30d07b7 commit c50b88eCopy full SHA for c50b88e
NTorSpectator/Mastodon/Reporter.cs
@@ -35,7 +35,7 @@ public async Task PublishReport(IReadOnlyCollection<TorWatchResults> watchResult
35
sb.AppendLine().AppendLine();
36
foreach (var failResult in watchResults.Where(x => !x.IsOk))
37
{
38
- sb.AppendFormat(" - \U0001F4A5 {0} not found", failResult.Site).AppendLine();
+ sb.AppendFormat(" -\U0001F4A5 {0} not found", failResult.Site).AppendLine();
39
}
40
41
await _mastodonClient.Toot(new(sb.ToString()));
0 commit comments