mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-05 01:03:44 -04:00
Refactor CLI (#81)
This commit is contained in:
parent
0faa427970
commit
bd9dc6455f
23 changed files with 338 additions and 227 deletions
|
@ -256,6 +256,7 @@ namespace DiscordChatExporter.Gui.ViewModels
|
|||
|
||||
try
|
||||
{
|
||||
// TODO: extract this to make it reusable across implementations
|
||||
// Get messages
|
||||
var messages = await _dataService.GetChannelMessagesAsync(token, channel.Id, from, to, progressHandler);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue