chore(config) remove legacy comment

This commit is contained in:
Saúl Ibarra Corretgé 2022-07-12 16:49:43 +02:00 committed by Saúl Ibarra Corretgé
parent 57f27b4234
commit 649ace1f44
1 changed files with 0 additions and 7 deletions

View File

@ -149,13 +149,6 @@ function _getInitialState() {
* @returns {Object} The new state after the reduction of the specified action.
*/
function _setConfig(state: IConfig, { config }: {config: IConfig}) {
// The mobile app bundles jitsi-meet and lib-jitsi-meet at build time and
// does not download them at runtime from the deployment on which it will
// join a conference. The downloading is planned for implementation in the
// future (later rather than sooner) but is not implemented yet at the time
// of this writing and, consequently, we must provide legacy support in the
// meantime.
// eslint-disable-next-line no-param-reassign
config = _translateLegacyConfig(config);