mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-24 23:13:48 +00:00
Fix a styling issue with "pinned a message to this channel" notification
This commit is contained in:
@@ -131,8 +131,8 @@
|
|||||||
}
|
}
|
||||||
else if (message.Kind == MessageKind.ChannelPinnedMessage && message.Reference is not null)
|
else if (message.Kind == MessageKind.ChannelPinnedMessage && message.Reference is not null)
|
||||||
{
|
{
|
||||||
<span>pinned</span>
|
<span>pinned </span>
|
||||||
<a class="chatlog__system-notification-link" href="#chatlog__message-container-@message.Reference.MessageId"> a message</a>
|
<a class="chatlog__system-notification-link" href="#chatlog__message-container-@message.Reference.MessageId">a message</a>
|
||||||
<span> to this channel.</span>
|
<span> to this channel.</span>
|
||||||
}
|
}
|
||||||
else if (message.Kind == MessageKind.ThreadCreated)
|
else if (message.Kind == MessageKind.ThreadCreated)
|
||||||
|
|||||||
Reference in New Issue
Block a user