diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-14 12:49:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 12:49:40 -0500 |
commit | 10027c80b031f1e62b47cd61c534420673f49a71 (patch) | |
tree | 73652ba5b9350bf444b03fb6752451b2252bd18c /changelog.d | |
parent | contrib/docker: Ensure correct encoding and locale settings on DB creation (#... (diff) | |
download | synapse-10027c80b031f1e62b47cd61c534420673f49a71.tar.xz |
Add type hints to the spam check module (#6915)
Add typing information to the spam checker modules.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6915.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6915.misc b/changelog.d/6915.misc new file mode 100644 index 0000000000..3a181ef243 --- /dev/null +++ b/changelog.d/6915.misc @@ -0,0 +1 @@ +Add type hints to the spam checker module. |