forked from MirrorHub/synapse
		
	Fix direct to device messages recieved over federation to notify sync
This commit is contained in:
		
					parent
					
						
							
								caef86f428
							
						
					
				
			
			
				commit
				
					
						a232e06100
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -128,6 +128,8 @@ class DeviceInboxStore(SQLBaseStore): | |||
|                     user_id, stream_id | ||||
|                 ) | ||||
| 
 | ||||
|         defer.returnValue(stream_id) | ||||
| 
 | ||||
|     def _add_messages_to_local_device_inbox_txn(self, txn, stream_id, | ||||
|                                                 messages_by_user_then_device): | ||||
|         sql = ( | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue