mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Add receipts_key to StreamToken
This commit is contained in:
parent
0862fed2a8
commit
ddf7979531
4 changed files with 10 additions and 5 deletions
|
@ -62,7 +62,8 @@ class EventSources(object):
|
|||
),
|
||||
typing_key=(
|
||||
yield self.sources["typing"].get_current_key()
|
||||
)
|
||||
),
|
||||
receipt_key="0",
|
||||
)
|
||||
defer.returnValue(token)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue