diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-15 14:06:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 14:06:05 -0400 |
commit | dda9b7fc4d2e6ca84a1a994a7ff1943b590e71df (patch) | |
tree | 9417b4b937d592daa7cb5ab692017b92df4fb50d /changelog.d | |
parent | Add tests for database transaction callbacks (#12198) (diff) | |
download | synapse-dda9b7fc4d2e6ca84a1a994a7ff1943b590e71df.tar.xz |
Use the ignored_users table to test event visibility & sync. (#12225)
Instead of fetching the raw account data and re-parsing it. The ignored_users table is a denormalised version of the account data for quick searching.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12225.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12225.misc b/changelog.d/12225.misc new file mode 100644 index 0000000000..23105c727c --- /dev/null +++ b/changelog.d/12225.misc @@ -0,0 +1 @@ +Use the `ignored_users` table in additional places instead of re-parsing the account data. |