mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 14:10:40 +00:00 
			
		
		
		
	Include no actions instead of dont_notify for suppressing edits. (#15016)
This commit is contained in:
		
							parent
							
								
									f10caa73ee
								
							
						
					
					
						commit
						4142dca718
					
				
							
								
								
									
										1
									
								
								changelog.d/15016.feature
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								changelog.d/15016.feature
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
Experimental support to suppress notifications from message edits ([MSC3958](https://github.com/matrix-org/matrix-spec-proposals/pull/3958)).
 | 
			
		||||
@ -76,7 +76,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
 | 
			
		||||
                pattern_type: None,
 | 
			
		||||
            },
 | 
			
		||||
        ))]),
 | 
			
		||||
        actions: Cow::Borrowed(&[Action::DontNotify]),
 | 
			
		||||
        actions: Cow::Borrowed(&[]),
 | 
			
		||||
        default: true,
 | 
			
		||||
        default_enabled: true,
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user