Migrate to type-safe model ID structs
This commit is contained in:
		@@ -276,7 +276,7 @@ namespace PluralKit.Bot
 | 
			
		||||
        public LookupContext LookupContextFor(PKSystem target) => 
 | 
			
		||||
            System?.Id == target.Id ? LookupContext.ByOwner : LookupContext.ByNonOwner;
 | 
			
		||||
        
 | 
			
		||||
        public LookupContext LookupContextFor(int systemId) => 
 | 
			
		||||
        public LookupContext LookupContextFor(SystemId systemId) => 
 | 
			
		||||
            System?.Id == systemId ? LookupContext.ByOwner : LookupContext.ByNonOwner;
 | 
			
		||||
 | 
			
		||||
        public Context CheckSystemPrivacy(PKSystem target, PrivacyLevel level)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user