Add desc to store_server_keys_json _simple_upsert
This commit is contained in:
parent
307e858b94
commit
74f7b44955
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue