Skip to content
Snippets Groups Projects
Commit 61547106 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix receipts for room initial sync

parent 3993d6ec
No related branches found
No related tags found
No related merge requests found
...@@ -156,13 +156,7 @@ class ReceiptsHandler(BaseHandler): ...@@ -156,13 +156,7 @@ class ReceiptsHandler(BaseHandler):
if not result: if not result:
defer.returnValue([]) defer.returnValue([])
event = { defer.returnValue(result)
"type": "m.receipt",
"room_id": room_id,
"content": result,
}
defer.returnValue([event])
class ReceiptEventSource(object): class ReceiptEventSource(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment