Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix wrong avatars when inviting multiple users when creating room #2717

Merged
merged 4 commits into from
Dec 7, 2017

Conversation

erikjohnston
Copy link
Member

We reused the content dictionary between invite requests, which meant they could end up reusing the profile info for a previous user

We reused the `content` dictionary between invite requests, which meant they could end up reusing the profile info for a previous user
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem here is with update_membership, not the caller. Let's fix it at source rather than working around it so that it bites someone else in future.

@richvdh richvdh assigned erikjohnston and unassigned richvdh Nov 28, 2017
@erikjohnston erikjohnston assigned richvdh and unassigned erikjohnston Dec 7, 2017
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@richvdh richvdh assigned erikjohnston and unassigned richvdh Dec 7, 2017
@erikjohnston erikjohnston merged commit ba24576 into develop Dec 7, 2017
@erikjohnston erikjohnston deleted the erikj/createroom_content branch January 18, 2018 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants