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.
1 parent 0fab22d commit 30d07b7Copy full SHA for 30d07b7
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