Преглед изворни кода

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

fix(sip-invite) remove hash params
master
Avram Tudor пре 4 година
родитељ
комит
ff44ff9026
No account linked to committer's email address
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      react/features/invite/functions.js

+ 1
- 0
react/features/invite/functions.js Прегледај датотеку

831
 
831
 
832
     const baseUrl = Object.assign(new URL(locationURL.toString()), {
832
     const baseUrl = Object.assign(new URL(locationURL.toString()), {
833
         pathname: locationURL.pathname.replace(`/${roomName}`, ''),
833
         pathname: locationURL.pathname.replace(`/${roomName}`, ''),
834
+        hash: '',
834
         search: ''
835
         search: ''
835
     });
836
     });
836
 
837
 

Loading…
Откажи
Сачувај