missing and in a if
This commit is contained in:
		
							parent
							
								
									9b843cb0d4
								
							
						
					
					
						commit
						4583f84bc1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3262,8 +3262,8 @@ class TransformChatToMUC: | ||||||
| 					gajim.contacts.get_contact_with_highest_priority(account, jid) | 					gajim.contacts.get_contact_with_highest_priority(account, jid) | ||||||
| 				contact_transport = gajim.get_transport_name_from_jid(jid) | 				contact_transport = gajim.get_transport_name_from_jid(jid) | ||||||
| 				if contact.jid not in self.auto_jids and contact.jid != \ | 				if contact.jid not in self.auto_jids and contact.jid != \ | ||||||
| 				gajim.get_jid_from_account(self.account) not contact_transport and \ | 				gajim.get_jid_from_account(self.account) and not contact_transport \ | ||||||
| 				not contact.is_transport() and contact.jid not in \ | 				and not contact.is_transport() and contact.jid not in \ | ||||||
| 				gajim.interface.minimized_controls[account]: | 				gajim.interface.minimized_controls[account]: | ||||||
| 					if contact.show not in ('offline', 'error'): | 					if contact.show not in ('offline', 'error'): | ||||||
| 						img = gajim.interface.roster.jabber_state_images['16'][ | 						img = gajim.interface.roster.jabber_state_images['16'][ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue