You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-16 22:01:54 +03:00
Bits of PR feedback
This commit is contained in:
@ -414,7 +414,7 @@ function _startCallApp(roomId, type) {
|
||||
}
|
||||
|
||||
const currentJitsiWidgets = WidgetUtils.getRoomWidgets(room).filter((ev) => {
|
||||
return ev.getContent().type == 'jitsi';
|
||||
return ev.getContent().type === 'jitsi';
|
||||
});
|
||||
if (currentJitsiWidgets.length > 0) {
|
||||
console.warn(
|
||||
@ -449,9 +449,7 @@ function _startCallApp(roomId, type) {
|
||||
queryString
|
||||
);
|
||||
|
||||
const widgetData = {
|
||||
widgetSessionId: widgetSessionId,
|
||||
};
|
||||
const widgetData = { widgetSessionId };
|
||||
|
||||
const widgetId = (
|
||||
'jitsi_' +
|
||||
|
Reference in New Issue
Block a user