mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 04:54:59 -04:00
Fix returned token is no longer a tuple
This commit is contained in:
parent
7ce98804ff
commit
fcf55f2255
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ class InitialSyncHandler(BaseHandler):
|
||||||
self.store, user_id, messages, is_peeking=is_peeking,
|
self.store, user_id, messages, is_peeking=is_peeking,
|
||||||
)
|
)
|
||||||
|
|
||||||
start_token = now_token.copy_and_replace("room_key", token[0])
|
start_token = now_token.copy_and_replace("room_key", token)
|
||||||
end_token = now_token
|
end_token = now_token
|
||||||
|
|
||||||
time_now = self.clock.time_msec()
|
time_now = self.clock.time_msec()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue