diff options
author | Shay <hillerys@element.io> | 2023-05-24 13:23:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 13:23:26 -0700 |
commit | 8839b6c2f8b07d5d122a15e79b1ebdbdd5f3e26b (patch) | |
tree | 3174b7cc3ef73376e94ca4911ca21e777b378997 /changelog.d | |
parent | Add type hints to test_descriptors. (#15659) (diff) | |
download | synapse-8839b6c2f8b07d5d122a15e79b1ebdbdd5f3e26b.tar.xz |
Add requesting user id parameter to key claim methods in `TransportLayerClient` (#15663)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15663.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15663.misc b/changelog.d/15663.misc new file mode 100644 index 0000000000..cc5f801543 --- /dev/null +++ b/changelog.d/15663.misc @@ -0,0 +1 @@ +Add requesting user id parameter to key claim methods in `TransportLayerClient`. |