Browse Source
			
			
			Update server/notification-providers/matrix.js
			
				Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
			
			
				pull/567/head
			
			
		 
		
			
				
					
						 Gero Gerke
					
					4 years ago
						Gero Gerke
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
0 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					server/notification-providers/matrix.js
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -3,7 +3,6 @@ const axios = require("axios"); | 
			
		
	
		
		
			
				
					|  |  | const Crypto = require('crypto') |  |  | const Crypto = require('crypto') | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | class Matrix extends NotificationProvider { |  |  | class Matrix extends NotificationProvider { | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     name = "matrix"; |  |  |     name = "matrix"; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     async send(notification, msg, monitorJSON = null, heartbeatJSON = null) { |  |  |     async send(notification, msg, monitorJSON = null, heartbeatJSON = null) { | 
			
		
	
	
		
		
			
				
					|  | 
 |