feat(dashboard): ignored users page

This commit is contained in:
sam 2024-10-31 01:17:44 +01:00
parent 8ed9b4b143
commit a22057b9fa
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
8 changed files with 247 additions and 45 deletions

View file

@ -40,6 +40,7 @@ public partial class GuildsController(
RoleCache roleCache,
IMemberCache memberCache,
IInviteCache inviteCache,
UserCache userCache,
DiscordRequestService discordRequestService,
IDiscordRestUserAPI userApi,
WebhookExecutorService webhookExecutor