Remove null check that was fixed in another PR

See https://github.com/matrix-org/matrix-react-sdk/pull/4255
pull/21833/head
Travis Ralston 2020-03-21 11:35:07 -06:00 提交者 GitHub
父節點 94d23c815a
當前提交 c17c47d88b
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增2 行删除

查看文件

@ -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',