From 950625e671de31d5357dee5186276482efb36fdc Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Mon, 14 Jun 2021 22:55:42 +0300 Subject: [PATCH] [HTML] Show timestamps of individual messages Closes #536 --- .../Exporting/Writers/Html/MessageGroupTemplate.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml index cef8c3f6..3c154c9b 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml @@ -97,7 +97,7 @@ { var isPinnedStyle = message.IsPinned ? "chatlog__message--pinned" : null; -
+
@if (!string.IsNullOrWhiteSpace(message.Content) || message.EditedTimestamp is not null) {