mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 11:13:51 +01:00
sets aren't JSON serializable
This commit is contained in:
parent
46ecd9fd6d
commit
6826593b81
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class KeyChangesServlet(RestServlet):
|
|||
)
|
||||
|
||||
defer.returnValue((200, {
|
||||
"changed": changed
|
||||
"changed": list(changed),
|
||||
}))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue