-
-
Notifications
You must be signed in to change notification settings - Fork 850
Open
Labels
Description
Version
2.43.3
Flavor
CLI (Command-Line Interface)
Platform
Linux (Debian)
Export format
HTML
Steps to reproduce
- Make a mention to a thread in a channel
- Export that channel
- Observe the mention being converted to
#deleted-channel
Details
This piece of code is relevant;
| var name = channel?.Name ?? "deleted-channel"; |
It only looks for a name of the channel, not of a thread.
Even discord seems to struggle, not fetching a corresponding thread, only saying #unknown
Checklist
- I have looked through existing issues to make sure that this bug has not been reported before
- I have provided a descriptive title for this issue
- I have made sure that this bug is reproducible on the latest version of the application
- I have provided all the information needed to reproduce this bug as efficiently as possible
- I have sponsored this project
- I have not read any of the above and just checked all the boxes to submit the issue