Add desc to store_server_keys_json _simple_upsert

This commit is contained in:
Erik Johnston 2015-06-24 13:15:52 +01:00
parent 307e858b94
commit 74f7b44955
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class KeyStore(SQLBaseStore):
"ts_valid_until_ms": ts_expires_ms,
"key_json": buffer(key_json_bytes),
},
desc="store_server_keys_json",
)
def get_server_keys_json(self, server_keys):