From 63124b44310a731f1b23b27454fe6d1960dc744c Mon Sep 17 00:00:00 2001
From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Date: Fri, 10 Feb 2023 15:28:19 +0200
Subject: [PATCH] Fix a styling issue with "pinned a message to this channel"
notification
---
.../Exporting/MessageGroupTemplate.cshtml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml
index 3fb2bab7..c1b41c4a 100644
--- a/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml
+++ b/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml
@@ -131,8 +131,8 @@
}
else if (message.Kind == MessageKind.ChannelPinnedMessage && message.Reference is not null)
{
- pinned
- a message
+ pinned
+ a message
to this channel.
}
else if (message.Kind == MessageKind.ThreadCreated)