diff --git a/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml index ba4e0e8..29d8156 100644 --- a/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/MessageGroupTemplate.cshtml @@ -80,6 +80,8 @@ MessageKind.ChannelNameChange => "pencil-icon", MessageKind.ChannelIconChange => "pencil-icon", MessageKind.ChannelPinnedMessage => "pin-icon", + MessageKind.GuildMemberJoin => "join-icon", + MessageKind.ThreadCreated => "thread-icon", _ => "pencil-icon" }; } diff --git a/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml index 5a0b1af..53ddeac 100644 --- a/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml @@ -840,7 +840,10 @@ - + + + + @@ -848,8 +851,9 @@ - - + + +