sceyt-chat-react-uikit 1.6.8-beta.7 → 1.6.8-beta.8

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/index.js CHANGED
@@ -12664,7 +12664,18 @@ function watchForEvents() {
12664
12664
  }
12665
12665
  _updatedChannel = JSON.parse(JSON.stringify(_channel10));
12666
12666
  _context.next = 327;
12667
- return effects.put(updateChannelDataAC(_channel10.id, _updatedChannel));
12667
+ return effects.put(updateChannelDataAC(_channel10.id, {
12668
+ lastMessage: _channel10.lastMessage,
12669
+ newMessageCount: _channel10.newMessageCount,
12670
+ newMentionCount: _channel10.newMentionCount,
12671
+ unread: _channel10.unread,
12672
+ newReactedMessageCount: _channel10.newReactedMessageCount,
12673
+ newReactions: _channel10.newReactions,
12674
+ lastReactedMessage: _channel10.lastReactedMessage,
12675
+ lastReceivedMsgId: _channel10.lastReceivedMsgId,
12676
+ lastDisplayedMessageId: _channel10.lastDisplayedMessageId,
12677
+ messageRetentionPeriod: _channel10.messageRetentionPeriod
12678
+ }));
12668
12679
  case 327:
12669
12680
  updateChannelOnAllChannels(_channel10.id, _updatedChannel);
12670
12681
  case 328:
package/index.modern.js CHANGED
@@ -12641,7 +12641,18 @@ function watchForEvents() {
12641
12641
  }
12642
12642
  _updatedChannel = JSON.parse(JSON.stringify(_channel10));
12643
12643
  _context.next = 327;
12644
- return put(updateChannelDataAC(_channel10.id, _updatedChannel));
12644
+ return put(updateChannelDataAC(_channel10.id, {
12645
+ lastMessage: _channel10.lastMessage,
12646
+ newMessageCount: _channel10.newMessageCount,
12647
+ newMentionCount: _channel10.newMentionCount,
12648
+ unread: _channel10.unread,
12649
+ newReactedMessageCount: _channel10.newReactedMessageCount,
12650
+ newReactions: _channel10.newReactions,
12651
+ lastReactedMessage: _channel10.lastReactedMessage,
12652
+ lastReceivedMsgId: _channel10.lastReceivedMsgId,
12653
+ lastDisplayedMessageId: _channel10.lastDisplayedMessageId,
12654
+ messageRetentionPeriod: _channel10.messageRetentionPeriod
12655
+ }));
12645
12656
  case 327:
12646
12657
  updateChannelOnAllChannels(_channel10.id, _updatedChannel);
12647
12658
  case 328:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceyt-chat-react-uikit",
3
- "version": "1.6.8-beta.7",
3
+ "version": "1.6.8-beta.8",
4
4
  "description": "Interactive React UI Components for Sceyt Chat.",
5
5
  "author": "Sceyt",
6
6
  "license": "MIT",