missing diff to allow verify signed presence without status message
This commit is contained in:
		
							parent
							
								
									8d10ac3bfe
								
							
						
					
					
						commit
						550e12af8c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1418,7 +1418,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		no_log_for = gajim.config.get_per('accounts', self.name,
 | 
							no_log_for = gajim.config.get_per('accounts', self.name,
 | 
				
			||||||
			'no_log_for').split()
 | 
								'no_log_for').split()
 | 
				
			||||||
		status = prs.getStatus()
 | 
							status = prs.getStatus() or ''
 | 
				
			||||||
		show = prs.getShow()
 | 
							show = prs.getShow()
 | 
				
			||||||
		if not show in STATUS_LIST:
 | 
							if not show in STATUS_LIST:
 | 
				
			||||||
			show = '' # We ignore unknown show
 | 
								show = '' # We ignore unknown show
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue