Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 006cdef

Browse files
author
Scott Bommarito
authored
Status Aggregator - use markdown instead of HTML (#506)
1 parent 0bf9d92 commit 006cdef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/StatusAggregator/MessageUpdater.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public async Task CreateMessageForEventStart(EventEntity eventEntity, DateTime c
6060
}
6161
}
6262

63-
private const string _messageForEventStartTemplate = "<b>{0} is {1}.</b> You may encounter issues {2}.";
63+
private const string _messageForEventStartTemplate = "**{0} is {1}.** You may encounter issues {2}.";
6464

6565
private bool TryGetContentsForMessageForEventStart(EventEntity eventEntity, out string contents)
6666
{
@@ -102,7 +102,7 @@ private Task CreateMessage(EventEntity eventEntity, DateTime time, string conten
102102
return _table.InsertOrReplaceAsync(messageEntity);
103103
}
104104

105-
private const string _messageForEventEndTemplate = "<b>{0} is no longer {1}.</b> You should no longer encounter any issues {2}. Thank you for your patience.";
105+
private const string _messageForEventEndTemplate = "**{0} is no longer {1}.** You should no longer encounter any issues {2}. Thank you for your patience.";
106106

107107
private bool TryGetContentsForMessageForEventEnd(EventEntity eventEntity, out string contents)
108108
{

0 commit comments

Comments
 (0)