@rtsee/messenger-signaling 0.0.66 → 0.0.68

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.
@@ -214,8 +214,8 @@ class RTSeeMessengerSignaling extends signaling_1.RTSeeSignalingBase {
214
214
  creator: this.getChatMemberByPeerId(clientId),
215
215
  members: this.getChatMembersByPeerIds([
216
216
  clientId,
217
- message.to,
218
- ]),
217
+ message.to
218
+ ])
219
219
  },
220
220
  }, message);
221
221
  const ids = yield this.storage.getChatPeersIds(clientId, savedMessage.chatId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtsee/messenger-signaling",
3
- "version": "0.0.66",
3
+ "version": "0.0.68",
4
4
  "license": "ISC",
5
5
  "private": false,
6
6
  "main": "dist/messenger-signaling/src/index",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "0b6033e553f9c9968e3cd18d5dff5739dac83ba2"
51
+ "gitHead": "2feaa4064bb068d2b23448ec28e277159401855e"
52
52
  }