Fix direct to device messages recieved over federation to notify sync

pull/1104/head
Mark Haines 2016-09-12 12:30:46 +01:00
parent caef86f428
commit a232e06100
1 changed files with 2 additions and 0 deletions

View File

@ -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 = (