diff options
author | Harishankar Kumar <31770598+hari01584@users.noreply.github.com> | 2023-02-14 15:07:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-14 09:37:08 +0000 |
commit | db2b105d69fa331bb3f050df82266314f61577ea (patch) | |
tree | 295e7b4426397cce93518737bfc8096939cff559 /changelog.d | |
parent | Add check to ensure locked dependencies have source distributions available. ... (diff) | |
download | synapse-db2b105d69fa331bb3f050df82266314f61577ea.tar.xz |
Change collection[str] to StrCollection in event_auth code (#14929)
Signed-off-by: Harishankar Kumar <hari01584@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14929.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14929.misc b/changelog.d/14929.misc new file mode 100644 index 0000000000..2cc3614dfd --- /dev/null +++ b/changelog.d/14929.misc @@ -0,0 +1 @@ +Use `StrCollection` to avoid potential bugs with `Collection[str]`. |