@instantdb/core
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -937,3 +937,3 @@ // @ts-check | ||
_notifyPresenceSub(roomId, handler) { | ||
const slice = this.getPresence(roomId, handler); | ||
const slice = this.getPresence("", roomId, handler); | ||
if (!slice) { | ||
@@ -940,0 +940,0 @@ return; |
@@ -965,3 +965,3 @@ "use strict"; | ||
_notifyPresenceSub(roomId, handler) { | ||
const slice = this.getPresence(roomId, handler); | ||
const slice = this.getPresence("", roomId, handler); | ||
if (!slice) { | ||
@@ -968,0 +968,0 @@ return; |
{ | ||
"name": "@instantdb/core", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1073,3 +1073,3 @@ // @ts-check | ||
_notifyPresenceSub(roomId, handler) { | ||
const slice = this.getPresence(roomId, handler); | ||
const slice = this.getPresence("", roomId, handler); | ||
@@ -1076,0 +1076,0 @@ if (!slice) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1532962