GajimRemote: Fix chatstate-received callback
This commit is contained in:
		
							parent
							
								
									aa50da05d3
								
							
						
					
					
						commit
						99972dacf7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -324,7 +324,7 @@ class GajimRemote(Server): | |||
|             self.on_message_sent) | ||||
| 
 | ||||
|     def on_chatstate_received(self, obj): | ||||
|         self.raise_signal('ChatState', (obj.conn.name, [ | ||||
|         self.raise_signal('ChatState', (obj.account, [ | ||||
|             obj.jid, obj.fjid, obj.stanza, obj.resource, obj.chatstate])) | ||||
| 
 | ||||
|     def on_message_sent(self, obj): | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue