|
@@ -71,7 +71,7 @@ namespace Discord.Rest |
|
|
}, |
|
|
}, |
|
|
nextPage: (info, lastPage) => |
|
|
nextPage: (info, lastPage) => |
|
|
{ |
|
|
{ |
|
|
if (lastPage.Count != DiscordConfig.MaxUsersPerBatch) |
|
|
|
|
|
|
|
|
if (lastPage.Count != DiscordConfig.MaxUserReactionsPerBatch) |
|
|
return false; |
|
|
return false; |
|
|
|
|
|
|
|
|
info.Position = lastPage.Max(x => x.Id); |
|
|
info.Position = lastPage.Max(x => x.Id); |
|
|