fix: presence for mobiles with duplicated connections #17472
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/livechat/src/components/Composer/index.tsx#L29
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
packages/livechat/src/components/Composer/index.tsx#L244
Forbidden non-null assertion
|
Lint:
packages/livechat/src/components/Composer/index.tsx#L252
Forbidden non-null assertion
|
Lint:
apps/meteor/app/api/server/v1/settings.ts#L109
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
apps/meteor/app/apps/server/bridges/listeners.js#L10
Arrow function has a complexity of 40. Maximum allowed is 31
|
Lint:
apps/meteor/app/authorization/lib/AuthorizationUtils.ts#L34
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
apps/meteor/app/cors/server/cors.ts#L161
Consider using the native Array.prototype.every()
|
Lint:
apps/meteor/app/lib/server/functions/getAvatarSuggestionForUser.ts#L170
Forbidden non-null assertion
|
Lint:
apps/meteor/app/lib/server/lib/debug.js#L83
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
|
Lint:
apps/meteor/app/lib/server/oauth/oauth.js#L42
Consider using the native Array.prototype.includes()
|
Loading