mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	cache: Drop realm_id from realm_user_dict_fields.
				
					
				
			Storing this key is superfluous, as it will be the same for all users, and definitionally already known to fetch the cache for the realm. It is also not currently used by the callsites that read rows from the cache.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							01f38c4516
						
					
				
				
					commit
					204f1b58e8
				
			@@ -492,7 +492,6 @@ realm_user_dict_fields: List[str] = [
 | 
			
		||||
    "role",
 | 
			
		||||
    "is_billing_admin",
 | 
			
		||||
    "is_bot",
 | 
			
		||||
    "realm_id",
 | 
			
		||||
    "timezone",
 | 
			
		||||
    "date_joined",
 | 
			
		||||
    "bot_owner_id",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user