mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 07:19:23 -05:00
sets aren't JSON serializable
This commit is contained in:
parent
46ecd9fd6d
commit
6826593b81
@ -193,7 +193,7 @@ class KeyChangesServlet(RestServlet):
|
||||
)
|
||||
|
||||
defer.returnValue((200, {
|
||||
"changed": changed
|
||||
"changed": list(changed),
|
||||
}))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user