Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -17,5 +17,5 @@ limitations under the License.
|
|||
import type { Room } from "matrix-js-sdk/src/models/room";
|
||||
import SettingsStore from "../settings/SettingsStore";
|
||||
|
||||
export const isVideoRoom = (room: Room) => room.isElementVideoRoom()
|
||||
|| (SettingsStore.getValue("feature_element_call_video_rooms") && room.isCallRoom());
|
||||
export const isVideoRoom = (room: Room) =>
|
||||
room.isElementVideoRoom() || (SettingsStore.getValue("feature_element_call_video_rooms") && room.isCallRoom());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue