diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-13 12:37:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 12:37:28 +0000 |
commit | 3a125625e70634075cc4d965a01309af56748eb2 (patch) | |
tree | 287e9b44f4bfea35564e0a752ce510433fd696a9 /changelog.d | |
parent | Fix stack overflow in `_PerHostRatelimiter` due to synchronous requests (#14812) (diff) | |
download | synapse-3a125625e70634075cc4d965a01309af56748eb2.tar.xz |
Add some clarifying comments and refactor a portion of the `Keyring` class for readability (#14804)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14804.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14804.misc b/changelog.d/14804.misc new file mode 100644 index 0000000000..24302332bd --- /dev/null +++ b/changelog.d/14804.misc @@ -0,0 +1 @@ +Add some clarifying comments and refactor a portion of the `Keyring` class for readability. \ No newline at end of file |