mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-07-25 08:45:19 -04:00
look up cross-signing keys from the DB in bulk (#6486)
This commit is contained in:
parent
5bfd8855d6
commit
cb2db17994
5 changed files with 242 additions and 21 deletions
|
@ -271,7 +271,7 @@ class _CacheDescriptorBase(object):
|
|||
else:
|
||||
self.function_to_call = orig
|
||||
|
||||
arg_spec = inspect.getargspec(orig)
|
||||
arg_spec = inspect.getfullargspec(orig)
|
||||
all_args = arg_spec.args
|
||||
|
||||
if "cache_context" in all_args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue