Merge pull request #8230 from jitsi/tavram/revert-fixroom

Revert "fix(external_api) replace special chars in roomName before co…
This commit is contained in:
Avram Tudor 2020-12-10 14:59:52 +02:00 committed by GitHub
commit 148234ea50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ export function urlObjectToString(o: Object): ?string {
// pathname
// Web's ExternalAPI roomName
const room = _fixRoom(o.roomName || o.room);
const room = o.roomName || o.room;
if (room
&& (url.pathname.endsWith('/')