mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-18 21:34:38 -04:00
Merge branch 'release-v0.10.1' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
259d10f0e4
8 changed files with 65 additions and 12 deletions
|
@ -156,13 +156,7 @@ class ReceiptsHandler(BaseHandler):
|
|||
if not result:
|
||||
defer.returnValue([])
|
||||
|
||||
event = {
|
||||
"type": "m.receipt",
|
||||
"room_id": room_id,
|
||||
"content": result,
|
||||
}
|
||||
|
||||
defer.returnValue([event])
|
||||
defer.returnValue(result)
|
||||
|
||||
|
||||
class ReceiptEventSource(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue