diff options
author | Eric Eastwood <erice@element.io> | 2021-05-24 04:43:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 10:43:33 +0100 |
commit | 5f1198a67ebe182db14b5f98bb4c9a19d4889918 (patch) | |
tree | b52aaaf3717bfdbf3b89740cd2f6625eb1f4f257 /changelog.d | |
parent | Don't hammer the database for destination retry timings every ~5mins (#10036) (diff) | |
download | synapse-5f1198a67ebe182db14b5f98bb4c9a19d4889918.tar.xz |
Fix `get_state_ids_for_event` return type typo to match what the function actually does (#10050)
It looks like a typo copy/paste from `get_state_for_event` above.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10050.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10050.misc b/changelog.d/10050.misc new file mode 100644 index 0000000000..2cac953cca --- /dev/null +++ b/changelog.d/10050.misc @@ -0,0 +1 @@ +Fix typo in `get_state_ids_for_event` docstring where the return type was incorrect. |