You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a 1-to-1 conversation between User A and User B with User A
Expected behaviour
User A sees User B avatar in their 1-to-1 conversation
User B sees User A avatar in their 1-to-1 conversation
Actual behaviour
User A sees User B avatar in their 1-to-1 conversation
User B sees its own avatar in the 1-to-1 conversation with User A (since the same image cache is being used for every user in the app)
Possible solutions
Create different image downloaders for every user in the app
Do not cache 1-to-1 conversations' avatars (not ideal)
This might be considered an edge case since it's not common to have multiple users from the same instance in the app which have 1-to-1 conversations between them.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
User A sees User B avatar in their 1-to-1 conversation
User B sees User A avatar in their 1-to-1 conversation
Actual behaviour
User A sees User B avatar in their 1-to-1 conversation
User B sees its own avatar in the 1-to-1 conversation with User A (since the same image cache is being used for every user in the app)
Possible solutions
This might be considered an edge case since it's not common to have multiple users from the same instance in the app which have 1-to-1 conversations between them.
The text was updated successfully, but these errors were encountered: