mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:36:03 -04:00
Ensure etag is a string for GET room_keys/version response (#7691)
This commit is contained in:
parent
b8ee03caff
commit
2b2344652b
3 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,7 @@ class E2eRoomKeysHandler(object):
|
|||
raise
|
||||
|
||||
res["count"] = yield self.store.count_e2e_room_keys(user_id, res["version"])
|
||||
res["etag"] = str(res["etag"])
|
||||
return res
|
||||
|
||||
@trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue