diff options
author | reivilibre <oliverw@matrix.org> | 2023-03-16 09:55:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 09:55:19 +0000 |
commit | f54f877f273b7115777b93524983ea7455be5919 (patch) | |
tree | 3ccee941f7250623b1dba604122dae7fbe06d1e9 /changelog.d | |
parent | Remove unused class: DirectTcpReplicationClientFactory. (#15272) (diff) | |
download | synapse-f54f877f273b7115777b93524983ea7455be5919.tar.xz |
Preparatory work to fix the user directory assuming that any remote membership state events represent a profile change. [rei:userdirpriv] (#14755)
* Remove special-case method for new memberships only, use more generic method * Only collect profiles from state events in public rooms * Add a table to track stale remote user profiles * Add store methods to set and delete rows in this new table * Mark remote profiles as stale when a member state event comes in to a private room * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Simplify by removing Optionality of `event_id` * Replace names and avatars with None if they're set to dodgy things I think this makes more sense anyway. * Move schema delta to 74 (I missed the boat?) * Turns out these can be None after all --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14755.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14755.bugfix b/changelog.d/14755.bugfix new file mode 100644 index 0000000000..12f979e9d0 --- /dev/null +++ b/changelog.d/14755.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug in which the user directory would assume any remote membership state events represent a profile change. \ No newline at end of file |