@amityco/ts-sdk-react-native 6.32.4 → 6.32.5-2629e79.0

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": "@amityco/ts-sdk-react-native",
3
- "version": "6.32.4",
3
+ "version": "6.32.5-2629e79.0",
4
4
  "license": "CC-BY-ND-4.0",
5
5
  "author": "amity.co <developers@amity.co> (https://amity.co)",
6
6
  "description": "Amity Social Cloud Typescript SDK",
@@ -269,7 +269,7 @@ export class ChannelLiveCollectionController extends LiveCollectionController<
269
269
  }
270
270
  });
271
271
  },
272
- 'messageId',
272
+ 'channelId',
273
273
  'channel',
274
274
  ),
275
275
  action: Amity.ChannelActionType.OnUpdate,
@@ -293,7 +293,7 @@ export class ChannelLiveCollectionController extends LiveCollectionController<
293
293
  callback(message);
294
294
  });
295
295
  },
296
- 'messageId',
296
+ 'channelId',
297
297
  'channel',
298
298
  ),
299
299
  action: Amity.ChannelActionType.OnUpdate,