mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-21 16:54:34 +00:00
Refactor CLI (#81)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user