-
Notifications
You must be signed in to change notification settings - Fork 858
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
DMs should always have different username colors #3459
Comments
Hey, @trucy So right now both the colors are the same. and this should not happen, right? I would like to fix this. Can you assign this to me? |
@joeshajan These colors are randomly assigned, but sometimes they can end up being the same. There should be some rule that enforces them always being different in a 1-1 DM. Just assigned you, thanks! |
Hey, @trucy can you please help me with this? How can I troubleshoot my attempt to run Backpack locally, since the page I see in my Chrome extension is different from what is shown in the video? Also, how long should I expect to wait for an invite code after applying for one? |
same issue here. Applied for invite but the waiting room is whooping 19+k |
@trucy In order to fix the above issue, when both users have the same color, I have changed the |
This invite code should work for everyone - 382aa33a-a4eb-4c77-a196-ff29cc675c27 |
Thanks @hkirat |
…3546) * Make Sure that the two users in a DM Chat don't have the same color * Reformat packages/tamagui-core/src/hooks/chat/useChatsWithMetadata.tsx Co-authored-by: Getabalew Tesfaye <75031127+getusha@users.noreply.github.com> * Reformat packages/tamagui-core/src/hooks/chat/useChatsWithMetadata.tsx Co-authored-by: Getabalew Tesfaye <75031127+getusha@users.noreply.github.com> * Add Map of UserId to ColorIndex to not update the users Variable #3459 * Use Map.set() and Map.get() --------- Co-authored-by: Getabalew Tesfaye <75031127+getusha@users.noreply.github.com>
Usernames are currently randomly assigned, but sometimes you can end up with the same color for sender and recipient in a DM. Should be a rule (only for DMs) that makes sure the two colors are unique for sender and receiver.
Example of them being the same
The text was updated successfully, but these errors were encountered: