feat(api): also clear cache when leaving a guild
This commit is contained in:
parent
5c57b75335
commit
439051999f
10 changed files with 53 additions and 0 deletions
|
|
@ -33,8 +33,12 @@ namespace Catalogger.Backend.Api;
|
|||
public partial class GuildsController(
|
||||
ILogger logger,
|
||||
DatabaseContext db,
|
||||
GuildCache guildCache,
|
||||
EmojiCache emojiCache,
|
||||
ChannelCache channelCache,
|
||||
RoleCache roleCache,
|
||||
IMemberCache memberCache,
|
||||
IInviteCache inviteCache,
|
||||
DiscordRequestService discordRequestService,
|
||||
IDiscordRestUserAPI userApi,
|
||||
WebhookExecutorService webhookExecutor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue