Refactor CLI (#81)

This commit is contained in:
Alexey Golub 2018-08-13 22:49:13 +03:00 committed by GitHub
parent 0faa427970
commit bd9dc6455f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 338 additions and 227 deletions

View file

@ -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);