mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 23:03:51 +01:00
fix test
This commit is contained in:
parent
6e16aca8b0
commit
2f82de18ee
1 changed files with 3 additions and 1 deletions
|
@ -164,7 +164,9 @@ class SyncRestServlet(RestServlet):
|
||||||
)
|
)
|
||||||
|
|
||||||
time_now = self.clock.time_msec()
|
time_now = self.clock.time_msec()
|
||||||
response_content = self.encode_response(time_now, sync_result, requester.access_token_id, filter)
|
response_content = self.encode_response(
|
||||||
|
time_now, sync_result, requester.access_token_id, filter
|
||||||
|
)
|
||||||
|
|
||||||
defer.returnValue((200, response_content))
|
defer.returnValue((200, response_content))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue