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
In Intent#_ensureJoined, after cache returns anything that's not "join", the intent would immediately try to join the room. However, since cache is cleared on each restart, if cache returns null, then the intent does not know whether it is actually in a room or not. This creates some issues:
In Intent#_ensureJoined, after cache returns anything that's not
"join"
, the intent would immediately try to join the room. However, since cache is cleared on each restart, if cache returnsnull
, then the intent does not know whether it is actually in a room or not. This creates some issues:joinRoom
again could override existing membership events, especially custom display name and avatar in the room.I can provide a pull request. Please reconsider. Thanks!
The text was updated successfully, but these errors were encountered: