Patrick Cloke 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38e1fac886 
							
						 
					 
					
						
						
							
							Fix some spelling mistakes / typos. ( #7811 )  
						
						
						
						
					 
					
						2020-07-09 09:52:58 -04:00 
						 
				 
			
				
					
						
							
							
								Dagfinn Ilmari Mannsåker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3f11567d9 
							
						 
					 
					
						
						
							
							Replace all remaining six usage with native Python 3 equivalents ( #7704 )  
						
						
						
						
					 
					
						2020-06-16 08:51:47 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Morgan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2a382efdb 
							
						 
					 
					
						
						
							
							Remove the ability to query relations when the original event was redacted. ( #5629 )  
						
						... 
						
						
						
						Fixes  #5594 
Forbid viewing relations on an event once it has been redacted. 
					
						2019-07-18 14:41:42 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Morgan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d88421ab03 
							
						 
					 
					
						
						
							
							Include the original event in /relations ( #5626 )  
						
						... 
						
						
						
						When asking for the relations of an event, include the original event in the response. This will mostly be used for efficiently showing edit history, but could be useful in other circumstances. 
						
						
					 
					
						2019-07-09 13:43:08 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Morgan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad8b909ce9 
							
						 
					 
					
						
						
							
							Add origin_server_ts and sender fields to m.replace ( #5613 )  
						
						... 
						
						
						
						Riot team would like some extra fields as part of m.replace, so here you go.
Fixes : #5598  
						
						
					 
					
						2019-07-05 17:20:02 +01:00 
						 
				 
			
				
					
						
							
							
								Amber Brown 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							32e7c9e7f2 
							
						 
					 
					
						
						
							
							Run Black. ( #5482 )  
						
						
						
						
					 
					
						2019-06-20 19:32:02 +10:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							c7ec06e8a6 
							
						 
					 
					
						
						
							
							Block attempts to annotate the same event twice  
						
						
						
						
					 
					
						2019-05-20 17:39:05 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							1dff859d6a 
							
						 
					 
					
						
						
							
							Rename relation types to match MSC  
						
						
						
						
					 
					
						2019-05-20 14:31:19 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							2ac9c965dd 
							
						 
					 
					
						
						
							
							Fixup comments  
						
						
						
						
					 
					
						2019-05-20 12:32:26 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							935af0da38 
							
						 
					 
					
						
						
							
							Correctly update aggregation counts after redaction  
						
						
						
						
					 
					
						2019-05-20 12:09:27 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							d4ca533d70 
							
						 
					 
					
						
						
							
							Make tests use different user for each reaction it sends  
						
						... 
						
						
						
						As users aren't allowed to react with the same emoji more than once. 
						
						
					 
					
						2019-05-17 18:03:05 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							d46aab3fa8 
							
						 
					 
					
						
						
							
							Add basic editing support  
						
						
						
						
					 
					
						2019-05-16 16:54:45 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							95f3fcda3c 
							
						 
					 
					
						
						
							
							Check that event is visible in new APIs  
						
						
						
						
					 
					
						2019-05-16 14:19:06 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							a0603523d2 
							
						 
					 
					
						
						
							
							Add aggregations API  
						
						
						
						
					 
					
						2019-05-16 09:37:20 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							b50641e357 
							
						 
					 
					
						
						
							
							Add simple pagination API  
						
						
						
						
					 
					
						2019-05-15 13:36:51 +01:00 
						 
				 
			
				
					
						
							
							
								Erik Johnston 
							
						 
					 
					
						
						
						
						
							
						
						
							efe3c7977a 
							
						 
					 
					
						
						
							
							Add simple send_relation API and track in DB  
						
						
						
						
					 
					
						2019-05-15 13:36:51 +01:00