Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix direct to device messages recieved over federation to notify sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Haines committed Sep 12, 2016
1 parent caef86f commit a232e06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synapse/storage/deviceinbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def add_messages_txn(txn, now_ms, stream_id):
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 = (
Expand Down

0 comments on commit a232e06

Please sign in to comment.