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
This is likely the "mirror" manifestation of the problem described in #10066. Feel free to close and track it there instead.
Steps to reproduce
call /profile/{userId}/displayname
then immediately /leave
Assuming permissive join_rules, the user leaves the room first but then immediately rejoins, as /profile call catches up going across all the user's rooms. Unreliably (as it's a race) reproduced on current matrix.org.
The text was updated successfully, but these errors were encountered:
This issue has been migrated from #12926.
This is likely the "mirror" manifestation of the problem described in #10066. Feel free to close and track it there instead.
Steps to reproduce
/profile/{userId}/displayname
/leave
Assuming permissive join_rules, the user leaves the room first but then immediately rejoins, as
/profile
call catches up going across all the user's rooms. Unreliably (as it's a race) reproduced on current matrix.org.The text was updated successfully, but these errors were encountered: