Copilot
|
dd7196b6a5
|
Resolve thread mentions on demand (#1480)
* 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>
|
2026-02-21 23:21:47 +02:00 |
|
Tyrrrz
|
20f58963a6
|
Use CSharpier
|
2023-08-22 21:17:19 +03:00 |
|
Tyrrrz
|
d02649773e
|
Fix tests
|
2023-06-08 16:53:03 +03:00 |
|
Tyrrrz
|
31c7ae9312
|
Refactor
|
2023-05-20 07:09:19 +03:00 |
|
Tyrrrz
|
d99958a9b1
|
Add support for different formats in the timestamp markdown node
Closes #662
|
2023-02-12 16:12:41 +02:00 |
|
Tyrrrz
|
53b8927fce
|
Get rid of xUnit fixtures
|
2023-02-11 23:12:15 +02:00 |
|
Tyrrrz
|
049338009e
|
Render server cross-posts properly
Closes #633
|
2023-02-09 18:44:24 +02:00 |
|
Oleksii Holub
|
e7d80688aa
|
Fix tests
|
2023-02-08 18:36:03 +02:00 |
|
Oleksii Holub
|
90c68e3cde
|
More namespace refactoring
|
2023-02-06 15:57:08 +02:00 |
|