fix a tb
This commit is contained in:
		
							parent
							
								
									1921c43a94
								
							
						
					
					
						commit
						dc27356721
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -134,7 +134,7 @@ def get_real_jid_from_fjid(account, fjid):
 | 
			
		|||
	if not nick: # It's not a fake_jid, it is a real jid
 | 
			
		||||
		return fjid # we return the real jid
 | 
			
		||||
	real_jid = fjid
 | 
			
		||||
	gcs = interface.windows[account]['gc']
 | 
			
		||||
	gcs = interface.instances[account]['gc']
 | 
			
		||||
	if gcs.has_key(room_jid):
 | 
			
		||||
		# It's a pm, so if we have real jid it's in contact.jid
 | 
			
		||||
		if not gc_contacts[account][room_jid].has_key(nick):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue