mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-28 22:01:55 +00:00
Fix invalid issue link in comment
This commit is contained in:
@@ -45,7 +45,7 @@ public partial class DataDump
|
||||
|
||||
// Try to find the index file with case-insensitive search
|
||||
// Discord changed the structure from "messages/index.json" to "Messages/index.json"
|
||||
// https://github.com/Tyrrrz/DiscordChatExporter/issues/1458
|
||||
// https://github.com/Tyrrrz/DiscordChatExporter/issues/1459
|
||||
var entry = archive.Entries.FirstOrDefault(e =>
|
||||
e.FullName.Equals("messages/index.json", StringComparison.OrdinalIgnoreCase)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user