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

Fix the state shown for call in rooms #10833

Merged
merged 7 commits into from
May 15, 2023
Merged

Commits on May 9, 2023

  1. Fix the state shown for call in rooms

    We split out a separate state for 'missed' separate to 'ended' which
    caused confusion as the state got set to this when it shouldn't have,
    so calls that wouldn't have been shown as missed were.
    
    Remove the csutom call state and just have the missed state as a
    variant of the ended state. Re-order the if clauses so they hit the
    right ones. Also don't pass the callState variable into renderContent()
    which is a class method and so has access to the same info anyway.
    dbkr committed May 9, 2023
    Configuration menu
    Copy the full SHA
    dc7d16e View commit details
    Browse the repository at this point in the history
  2. Fix test

    dbkr committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b073a6b View commit details
    Browse the repository at this point in the history
  3. i18n (reorder only)

    dbkr committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fd523da View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Fix test

    dbkr committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e6422fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04eb2c7 View commit details
    Browse the repository at this point in the history
  3. Fix types

    dbkr committed May 10, 2023
    Configuration menu
    Copy the full SHA
    088df81 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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