mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-06 19:21:11 +01: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, {
|
defer.returnValue((200, {
|
||||||
"changed": changed
|
"changed": list(changed),
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user