count only incoming messages for gajim.last_message_time value. Fixes #1281
This commit is contained in:
		
							parent
							
								
									543a2df0ee
								
							
						
					
					
						commit
						bf56c34a83
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -440,7 +440,7 @@ class ChatControlBase(MessageControl): | |||
| 
 | ||||
| 		if not count_as_new: | ||||
| 			return | ||||
| 		if kind != 'incoming_queue': | ||||
| 		if kind == 'incoming': | ||||
| 			gajim.last_message_time[self.account][self.get_full_jid()] = \ | ||||
| 				time.time() | ||||
| 		urgent = True | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue