Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Support dynamic room predecessors in RoomNotificationStateStore #10297

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    2b5cacc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a972d63 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Remove unused arguments from emit call.

    UPDATE_STATUS_INDICATOR is used in:
    * SpacePanel
    * MatrixChat
    * RoomHeaderButtons
    
    but these arguments are not used in any of those places. Remove them so
    when I refactor I don't have to make up values for them.
    andybalaam committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1d3ed49 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Fix broken test (wrong expected args to emit)

    UPDATE_STATUS_INDICATOR is used in:
    * SpacePanel
    * MatrixChat
    * RoomHeaderButtons
    
    but these arguments are not used in any of those places. Remove them so
    when I refactor I don't have to make up values for them.
    andybalaam committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ab580cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a41089b View commit details
    Browse the repository at this point in the history
  3. Fix type errors

    andybalaam committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e1c9b75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11f4706 View commit details
    Browse the repository at this point in the history