-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport parseURLParams from jitsi-meet #786
Conversation
Signed-off-by: Christoph Wiechert <[email protected]>
@hristoterezov You were right about wanting to factor this one out to js-utils 😅 |
Tested, now config.disableChatSmileys=true works as intended in the electron app as well |
Thank you for your contribution, @psi-4ward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need a new PR from me, or are these comments on the already-merged #786 sufficient?
|
||
|
||
/** | ||
* A list if keys to ignore when parsing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
* A list if keys to ignore when parsing. | |
* A list of keys to ignore when parsing. |
* returns them as a JS object. | ||
* | ||
* @param {URL} url - The URL to parse. | ||
* @param {boolean} dontParse - If falsy, some transformations (for parsing the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
* @param {boolean} dontParse - If falsy, some transformations (for parsing the | |
* @param {boolean} dontParse - If false, some transformations (for parsing the |
* @param {URL} url - The URL to parse. | ||
* @param {boolean} dontParse - If falsy, some transformations (for parsing the | ||
* value as JSON) will be executed. | ||
* @param {string} source - If {@code 'search'}, the parameters will parsed out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
* @param {string} source - If {@code 'search'}, the parameters will parsed out | |
* @param {string} source - If {@code 'search'}, the parameters will be parsed out |
Used https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/util/parseURLParams.ts and removed the typescript stuff and replaced deprecated substr() Closes: jitsi#642 Signed-off-by: Christoph Wiechert <[email protected]>
Used https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/util/parseURLParams.ts and removed the typescript stuff and replaced deprecated
substr()
Ref: #642
Signed-off-by: Christoph Wiechert [email protected]
CLA already signed