@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
|
@@ -269,7 +269,7 @@ export class ChannelLiveCollectionController extends LiveCollectionController<
|
|
|
269
269
|
}
|
|
270
270
|
});
|
|
271
271
|
},
|
|
272
|
-
'
|
|
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
|
-
'
|
|
296
|
+
'channelId',
|
|
297
297
|
'channel',
|
|
298
298
|
),
|
|
299
299
|
action: Amity.ChannelActionType.OnUpdate,
|