mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	popovers.js: Add version to user avatar request.
When a user changes its avatar image, the user's avatar in popovers wasn't being correctly updated, because of browser caching of the avatar image. We added a version on the request to get the image in the same format we use elsewhere, so the browser knows when to use the cached image or to make a new request to the server. Edited by Tim to preserve/fix sort orders in some tests, and update zulip_feature_level. Fixes: #14290
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							9137726e38
						
					
				
				
					commit
					7e9024a39c
				
			| @@ -29,7 +29,7 @@ DESKTOP_WARNING_VERSION = "5.2.0" | ||||
| # | ||||
| # Changes should be accompanied by documentation explaining what the | ||||
| # new level means in templates/zerver/api/changelog.md. | ||||
| API_FEATURE_LEVEL = 5 | ||||
| API_FEATURE_LEVEL = 6 | ||||
|  | ||||
| # Bump the minor PROVISION_VERSION to indicate that folks should provision | ||||
| # only when going from an old version of the code to a newer version. Bump | ||||
|   | ||||
		Reference in New Issue
	
	Block a user