mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 06:51:21 +02:00
Remove null check that was fixed in another PR
See https://github.com/matrix-org/matrix-react-sdk/pull/4255
This commit is contained in:
parent
94d23c815a
commit
c17c47d88b
@ -475,8 +475,6 @@ export default class WidgetUtils {
|
||||
}
|
||||
|
||||
static getLocalJitsiWrapperUrl(opts: {forLocalRender?: boolean}) {
|
||||
if (!opts) opts = {};
|
||||
|
||||
// NB. we can't just encodeURIComponent all of these because the $ signs need to be there
|
||||
const queryString = [
|
||||
'conferenceDomain=$domain',
|
||||
|
Loading…
x
Reference in New Issue
Block a user