瀏覽代碼

Merge pull request #9076 from jitsi/tavram/remove-hash

fix(sip-invite) remove hash params
j8
Avram Tudor 4 年之前
父節點
當前提交
ff44ff9026
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      react/features/invite/functions.js

+ 1
- 0
react/features/invite/functions.js 查看文件

@@ -831,6 +831,7 @@ export function inviteSipEndpoints( // eslint-disable-line max-params
831 831
 
832 832
     const baseUrl = Object.assign(new URL(locationURL.toString()), {
833 833
         pathname: locationURL.pathname.replace(`/${roomName}`, ''),
834
+        hash: '',
834 835
         search: ''
835 836
     });
836 837
 

Loading…
取消
儲存