@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 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",