0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-25 09:49:03 +02:00

sets aren't JSON serializable

This commit is contained in:
Erik Johnston 2017-02-02 14:55:54 +00:00
parent 46ecd9fd6d
commit 6826593b81

View file

@ -193,7 +193,7 @@ class KeyChangesServlet(RestServlet):
) )
defer.returnValue((200, { defer.returnValue((200, {
"changed": changed "changed": list(changed),
})) }))