Dont request offline users if not in any large servers
This commit is contained in:
@@ -496,7 +496,8 @@ namespace Discord
|
|||||||
var channel = AddPrivateChannel(model.Id, model.Recipient.Id);
|
var channel = AddPrivateChannel(model.Id, model.Recipient.Id);
|
||||||
channel.Update(model);
|
channel.Update(model);
|
||||||
}
|
}
|
||||||
GatewaySocket.SendRequestMembers(largeServers, "", 0);
|
if (largeServers.Count > 0)
|
||||||
|
GatewaySocket.SendRequestMembers(largeServers, "", 0);
|
||||||
if (Config.LogLevel >= LogSeverity.Verbose)
|
if (Config.LogLevel >= LogSeverity.Verbose)
|
||||||
{
|
{
|
||||||
stopwatch.Stop();
|
stopwatch.Stop();
|
||||||
|
|||||||
Reference in New Issue
Block a user