diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-11-27 16:14:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 16:14:44 -0500 |
commit | 0d27aba900136514a8801b902f9a8ac69150e2c0 (patch) | |
tree | 3ac15cbb5b33f0c18618967afa7c1bfeb70245bc /changelog.d | |
parent | Add more tests to the worker blacklist (#6429) (diff) | |
download | synapse-0d27aba900136514a8801b902f9a8ac69150e2c0.tar.xz |
add etag and count to key backup endpoints (#5858)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5858.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5858.feature b/changelog.d/5858.feature new file mode 100644 index 0000000000..55ee93051e --- /dev/null +++ b/changelog.d/5858.feature @@ -0,0 +1 @@ +Add etag and count fields to key backup endpoints to help clients guess if there are new keys. |