feat(dashboard): working ignored channels page

This commit is contained in:
sam 2024-10-20 15:20:22 +02:00
parent 1c43beb82f
commit bccf7caf34
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
13 changed files with 304 additions and 8 deletions

View file

@ -128,6 +128,7 @@ public class GuildMemberRemoveResponder(
finally
{
await memberCache.RemoveAsync(evt.GuildID, evt.User.ID);
await memberCache.TryRemoveMemberNameAsync(evt.GuildID, evt.User.Username);
}
}
}