fix typo
This commit is contained in:
		
							parent
							
								
									93e9d72dd5
								
							
						
					
					
						commit
						b954492bc2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1781,7 +1781,7 @@ class Connection(ConnectionHandlers):
 | 
			
		|||
		if not change_nick:
 | 
			
		||||
			t = p.setTag(common.xmpp.NS_MUC + ' x')
 | 
			
		||||
			last_date = self.last_history_time[room_jid]
 | 
			
		||||
			if last_date = 0:
 | 
			
		||||
			if last_date == 0:
 | 
			
		||||
				last_date = time.time() - gajim.config.get(
 | 
			
		||||
					'muc_restore_timeout') * 60
 | 
			
		||||
			else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue