Skip to content

Commit b14cfe9

Browse files
committed
Add tor hashtag
1 parent a07abd2 commit b14cfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NTorSpectator.Observer/Mastodon/Reporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public async Task PublishReportData(Report report)
7878
sb.AppendFormat("Observed {0} sites up and {1} sites down.\n",
7979
report.Observations.Count(x => x.IsAvailable),
8080
report.Observations.Count(x => !x.IsAvailable));
81-
sb.AppendFormat("Since previous report {0} sites came up, {1} gone down",
81+
sb.AppendFormat("Since previous report {0} sites came up, {1} gone down\n#tor",
8282
report.Events.Count(x => x.Kind == AvailabilityEvent.EventType.Up),
8383
report.Events.Count(x => x.Kind == AvailabilityEvent.EventType.Down));
8484
await _mastodonClient.Toot(new(sb.ToString()));

0 commit comments

Comments
 (0)