@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.cjs
CHANGED
|
@@ -3208,15 +3208,6 @@ function buildSocketedRoute(options) {
|
|
|
3208
3208
|
return;
|
|
3209
3209
|
}
|
|
3210
3210
|
const { joinMeta, leaveMeta } = roomState;
|
|
3211
|
-
if (!joinMeta || !leaveMeta) {
|
|
3212
|
-
dbg2(debug, {
|
|
3213
|
-
type: "room",
|
|
3214
|
-
phase: "join_skip",
|
|
3215
|
-
rooms: roomState.rooms,
|
|
3216
|
-
reason: "missing_meta"
|
|
3217
|
-
});
|
|
3218
|
-
return;
|
|
3219
|
-
}
|
|
3220
3211
|
let active = true;
|
|
3221
3212
|
dbg2(debug, {
|
|
3222
3213
|
type: "room",
|