Browse Source

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

fix(sip-invite) remove hash params
j8
Avram Tudor 4 years ago
parent
commit
ff44ff9026
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/invite/functions.js

+ 1
- 0
react/features/invite/functions.js View File

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…
Cancel
Save