diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-12-18 21:36:42 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-12-18 21:36:42 +0000 |
commit | a6ba41e0785f8f597713bd023e1f6dc3a3d966ea (patch) | |
tree | b662216569581796de50fb4a4f309e0bee3242ce /synapse/crypto/keyring.py | |
parent | Merge pull request #451 from matrix-org/markjh/branch_coverage (diff) | |
download | synapse-a6ba41e0785f8f597713bd023e1f6dc3a3d966ea.tar.xz |
Actually look up required remote server key IDs
set.union() is a side-effect-free function that returns the union of two sets. This clearly wanted .update(), which is the side-effecting mutator version.
Diffstat (limited to '')
-rw-r--r-- | synapse/crypto/keyring.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/crypto/keyring.py b/synapse/crypto/keyring.py |