update groupchat Contct instance when we get a presence. Fixes #5992
This commit is contained in:
		
							parent
							
								
									5994ddbdc0
								
							
						
					
					
						commit
						138c5afe18
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -2500,6 +2500,7 @@ class RosterWindow:
 | 
			
		|||
        contact = gajim.contacts.get_contact_with_highest_priority(account,
 | 
			
		||||
            obj.room_jid)
 | 
			
		||||
        if contact:
 | 
			
		||||
            contact.show = obj.show
 | 
			
		||||
            self.draw_contact(obj.room_jid, account)
 | 
			
		||||
 | 
			
		||||
    def _nec_roster_received(self, obj):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue