diff options
| author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-23 11:46:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-23 11:46:05 +0100 |
| commit | cc187f933796a8151f0d11c03ef6faa8d1949256 (patch) | |
| tree | 8d53e4c7b171062cee193a2a775f365372c97f1a | |
| parent | Rewrite store_server_verify_key to store several keys at once (#5234) (diff) | |
| download | synapse-cc187f933796a8151f0d11c03ef6faa8d1949256.tar.xz | |
Remove unused VerifyKey.expired and .time_added fields (#5235)
These were never used, and poking arbitary data into objects from other packages seems confusing at best.
| -rw-r--r-- | changelog.d/5235.misc | 1 | ||||
| -rw-r--r-- | synapse/crypto/keyring.py | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/changelog.d/5235.misc b/changelog.d/5235.misc new file mode 100644 |
