Skip to content

Infinite loop of view_room dispatches when viewing a room you're not in #8100

Closed
@turt2live

Description

@turt2live

Might be related: #8075

  1. Receive a message/permalink for a room you're not in
  2. Click the permalink
  3. Observe infinite spam in the console

This appears to be because the OpenRoomsStore has an outdated RoomViewStore for the active room, as it should be showing the target room, not the old room. This leads to it dispatching updates in a loop because none of the stores match the room ID attempting to be seen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-CriticalPrevents work, causes data loss and/or has no workaroundT-Defect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions