mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Convert version back to a string
This commit is contained in:
parent
4eacf0f200
commit
2f0f911c52
@ -236,6 +236,7 @@ class EndToEndRoomKeyStore(SQLBaseStore):
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
result["auth_data"] = json.loads(result["auth_data"])
|
result["auth_data"] = json.loads(result["auth_data"])
|
||||||
|
result["version"] = str(result["version"])
|
||||||
return result
|
return result
|
||||||
|
|
||||||
return self.runInteraction(
|
return self.runInteraction(
|
||||||
|
Loading…
Reference in New Issue
Block a user