mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-21 13:14:48 -04:00
daemon: The filter query parameter in a sync needs to be a str.
This commit is contained in:
parent
cf07cfdc16
commit
6988a1de95
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ class ProxyDaemon:
|
|||
pass
|
||||
|
||||
if isinstance(sync_filter, dict):
|
||||
sync_filter = self.sanitize_filter(sync_filter)
|
||||
sync_filter = json.dumps(self.sanitize_filter(sync_filter))
|
||||
|
||||
query["filter"] = sync_filter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue