Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Fix usage of CacheMode.AllowDownload in channels #446

Closed sabihoshi closed 2 years ago

sabihoshi commented 2 years ago

This fixes an issue where CacheMode.AllowDownload was not doing anything in channels when fetching users.

For Voice Channels, the behavior stays the same due to how it is implemented.