mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix direct to device messages recieved over federation to notify sync
This commit is contained in:
parent
caef86f428
commit
a232e06100
@ -128,6 +128,8 @@ class DeviceInboxStore(SQLBaseStore):
|
|||||||
user_id, stream_id
|
user_id, stream_id
|
||||||
)
|
)
|
||||||
|
|
||||||
|
defer.returnValue(stream_id)
|
||||||
|
|
||||||
def _add_messages_to_local_device_inbox_txn(self, txn, stream_id,
|
def _add_messages_to_local_device_inbox_txn(self, txn, stream_id,
|
||||||
messages_by_user_then_device):
|
messages_by_user_then_device):
|
||||||
sql = (
|
sql = (
|
||||||
|
Loading…
Reference in New Issue
Block a user