@emeryld/rrroutes-client 2.8.8 → 2.8.9
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/dist/index.cjs +0 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +0 -9
- package/dist/index.mjs.map +1 -1
- package/dist/sockets/socket.client.context.connection.d.ts +2 -2
- package/dist/sockets/socket.client.context.provider.d.ts +2 -2
- package/dist/sockets/socket.client.core.d.ts +3 -3
- package/dist/sockets/socket.client.sys.d.ts +2 -2
- package/dist/sockets/socketedRoute/socket.client.helper.rooms.d.ts +7 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3178,15 +3178,6 @@ function buildSocketedRoute(options) {
|
|
|
3178
3178
|
return;
|
|
3179
3179
|
}
|
|
3180
3180
|
const { joinMeta, leaveMeta } = roomState;
|
|
3181
|
-
if (!joinMeta || !leaveMeta) {
|
|
3182
|
-
dbg2(debug, {
|
|
3183
|
-
type: "room",
|
|
3184
|
-
phase: "join_skip",
|
|
3185
|
-
rooms: roomState.rooms,
|
|
3186
|
-
reason: "missing_meta"
|
|
3187
|
-
});
|
|
3188
|
-
return;
|
|
3189
|
-
}
|
|
3190
3181
|
let active = true;
|
|
3191
3182
|
dbg2(debug, {
|
|
3192
3183
|
type: "room",
|