diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-14 07:17:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 07:17:54 -0500 |
commit | 49f877d32efc79cb40b2766cb052cf35bad31de5 (patch) | |
tree | 5c8f2b67c64f4852200ecd26f49c412698b08f7d /synapse/handlers | |
parent | Update changelog for #6905 to group it with upcoming PRs (diff) | |
download | synapse-49f877d32efc79cb40b2766cb052cf35bad31de5.tar.xz |
Filter the results of user directory searching via the spam checker (#6888)
Add a method to the spam checker to filter the user directory results.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/user_directory.py | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/synapse/handlers/user_directory.py b/synapse/handlers/user_directory.py |