Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend MembershipUpdateEvent with members details (displayName, image, etc.) #2851

Open
osmaczko opened this issue Sep 9, 2022 · 1 comment

Comments

@osmaczko
Copy link
Contributor

osmaczko commented Sep 9, 2022

Problem

Some members in group-chat may have unknown details, as in the attached picture:

image

It happens because it is not guaranteed that user receives each member's ContactCodeAdvertisement in time.

Solution

Extend MembershipUpdateEvent with members details (displayName, image, etc.).

Users can only add mutual contacts to the group, meaning they should already have all details about them (displayName, image, etc.). These details should be propagated to other members of the group so that they don't need to wait for ContactCodeAdvertisements of certain members.

@cammellos
Copy link
Contributor

I think extending membership update would be very expensive in terms of bandwidth, this is a case where probably we want to find an alternative solution, what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants