PluralKit/PluralKit.Core/Database/Repository
Iris System 66544b9d40 fix(bot): make proxy/log blacklists work properly with threads
Handling of both blacklists was inconsistent when dealing with threads:
- proxy blacklist of root channel blacklists all threads
- log blacklist of root channel _did not apply_ to threads
- couldn't proxy blacklist threads while leaving root channel proxyable

This change fixes the inconsistencies:
- proxy _and_ log blacklist of root channel affects all threads
- now able to individually proxy/log blacklist threads, with root
  channel unaffected
2023-05-10 13:16:16 +12:00
..
ModelRepository.Account.cs
ModelRepository.Autoproxy.cs
ModelRepository.Context.cs fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
ModelRepository.cs
ModelRepository.Group.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ModelRepository.GroupMember.cs
ModelRepository.Guild.cs
ModelRepository.Member.cs chore: lint 2022-12-14 14:47:48 +00:00
ModelRepository.Message.cs fix: re-enable deleting messages from db (but correctly this time) 2023-02-06 19:31:37 -05:00
ModelRepository.Stats.cs
ModelRepository.Switch.cs
ModelRepository.System.cs
ModelRepository.SystemConfig.cs