mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	
			
				
					
						
					
					fe6dc2ef81611988e8778e327b05cbcaad9c8400
				
			
			
		
	This commit also includes a few changes in the way we do some queries that should speed searches up: * Messages before and after the anchor are fetched in a single query by doing a UNION ALL on the server. This incurs the cost of an extra sort because UNION ALL does not guarantee the order that the results are appended, but it saves a server round-trip. * Searches involving flags now use a straight froward WHERE clause, which is much faster than the one that django-bitfield generates (due to limitations of the Django ORM) (imported from commit a0db811a9073363cfabcf4b035d02d20dc8fc8a4)
Description
				Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
						
						
						
						
						
						
							
								 Apache-2.0
							
						
						
						
							
							
							 869 MiB
						
					
					Languages
				
				
								
								
									Python
								
								58.5%
							
						
							
								
								
									TypeScript
								
								18.1%
							
						
							
								
								
									JavaScript
								
								9.1%
							
						
							
								
								
									CSS
								
								3.9%
							
						
							
								
								
									HTML
								
								3.6%
							
						
							
								
								
									Other
								
								6.6%