Convert version back to a string
This commit is contained in:
@@ -236,6 +236,7 @@ class EndToEndRoomKeyStore(SQLBaseStore):
|
||||
),
|
||||
)
|
||||
result["auth_data"] = json.loads(result["auth_data"])
|
||||
result["version"] = str(result["version"])
|
||||
return result
|
||||
|
||||
return self.runInteraction(
|
||||
|
||||
Reference in New Issue
Block a user