mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-23 17:54:19 +00:00
* Initial plan * Fix unresolved thread mentions in HTML export (#1261) - Add TryGetChannelAsync to DiscordClient for on-demand channel/thread lookup - Add PopulateChannelAsync to ExportContext with negative caching - Update HtmlMarkdownVisitor to resolve thread mentions on demand Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> * Refactor GetChannelAsync to use TryGetChannelAsync for parent resolution Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> * Add test for thread mention resolution in HTML export Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> * Apply PopulateChannelAsync to PlainTextMarkdownVisitor; add JSON thread mention test Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>