mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-22 06:31:29 +00:00
@@ -121,9 +121,6 @@ namespace DiscordChatExporter.Core.Services
|
||||
{
|
||||
var result = new List<Message>();
|
||||
|
||||
// Report indeterminate progress
|
||||
progress?.Report(-1);
|
||||
|
||||
// Get the snowflakes for the selected range
|
||||
var firstId = from != null ? from.Value.ToSnowflake() : "0";
|
||||
var lastId = to != null ? to.Value.ToSnowflake() : DateTime.MaxValue.ToSnowflake();
|
||||
|
||||
Reference in New Issue
Block a user