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