Do not update metacontacts when nothing has changed. Fixes sending metacontact info to server when we expand a groupchat.
This commit is contained in:
		
							parent
							
								
									a62328ecd3
								
							
						
					
					
						commit
						2cd24aa8ae
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -393,9 +393,9 @@ class Contacts: | |||
| 					break | ||||
| 			if found: | ||||
| 				self._metacontacts_tags[account][tag].remove(found) | ||||
| 				break | ||||
| 				common.gajim.connections[account].store_metacontacts( | ||||
| 					self._metacontacts_tags[account]) | ||||
| 				break | ||||
| 
 | ||||
| 	def has_brother(self, account, jid): | ||||
| 		for account in self._metacontacts_tags: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue