mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 09:34:13 -04:00
Pass client info to the sync_config
This commit is contained in:
parent
8498d348d8
commit
4a67834bc8
2 changed files with 4 additions and 3 deletions
|
@ -123,7 +123,7 @@ class SyncRestServlet(RestServlet):
|
|||
|
||||
sync_config = SyncConfig(
|
||||
user=user,
|
||||
device="TODO", # TODO(mjark) Get the device_id from access_token
|
||||
client_info=client,
|
||||
gap=gap,
|
||||
limit=limit,
|
||||
sort=sort,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue