quickblox-react-ui-kit 0.4.7-beta.1 → 0.4.7-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quickblox-react-ui-kit",
3
- "version": "0.4.7-beta.1",
3
+ "version": "0.4.7-beta.2",
4
4
  "main": "dist/index-ui.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
@@ -1005,8 +1005,6 @@ export class RemoteDataSource implements IRemoteDataSource {
1005
1005
 
1006
1006
  // eslint-disable-next-line no-continue
1007
1007
  if (!qbEntity) continue;
1008
- // eslint-disable-next-line no-continue
1009
- if (qbEntity.is_join_required === 0) continue;
1010
1008
 
1011
1009
  const newDTO: RemoteDialogDTO =
1012
1010
  // eslint-disable-next-line no-await-in-loop