Fixed removing DMs from cache
This commit is contained in:
@@ -677,7 +677,7 @@ namespace Discord
|
||||
}
|
||||
}
|
||||
else
|
||||
channel = RemoveDMChannel(data.Id);
|
||||
channel = RemoveDMChannel(data.Recipient.Id);
|
||||
if (channel != null)
|
||||
await ChannelDestroyed.RaiseAsync(channel).ConfigureAwait(false);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user