synapse/changelog.d/12225.misc
Patrick Cloke dda9b7fc4d
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.
2022-03-15 14:06:05 -04:00

2 lines
91 B
Plaintext

Use the `ignored_users` table in additional places instead of re-parsing the account data.