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:
commit
148234ea50
|
@ -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('/')
|
||||
|
|
Loading…
Reference in New Issue