mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-23 06:24:48 +00:00
Fix incorrect handling of unformatted timestamp markers
This commit is contained in:
@@ -353,6 +353,8 @@ internal static partial class MarkdownParser
|
|||||||
// Relative format: ignore because it doesn't make sense in a static export
|
// Relative format: ignore because it doesn't make sense in a static export
|
||||||
"r" => null,
|
"r" => null,
|
||||||
"R" => null,
|
"R" => null,
|
||||||
|
// Unspecified format: will be mapped to the default format
|
||||||
|
null => null,
|
||||||
// Unknown format: throw an exception to consider this timestamp invalid
|
// Unknown format: throw an exception to consider this timestamp invalid
|
||||||
// https://github.com/Tyrrrz/DiscordChatExporter/issues/1156
|
// https://github.com/Tyrrrz/DiscordChatExporter/issues/1156
|
||||||
var f
|
var f
|
||||||
|
|||||||
Reference in New Issue
Block a user