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