@base44-preview/sdk 0.8.11-pr.58.0494dbf → 0.8.11-pr.58.300696a
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/modules/entities.js +0 -4
- package/package.json +1 -1
package/dist/modules/entities.js
CHANGED
|
@@ -125,10 +125,6 @@ function createEntityHandler(axios, appId, entityName, getSocket) {
|
|
|
125
125
|
const socket = getSocket();
|
|
126
126
|
const unsubscribe = socket.subscribeToRoom(room, {
|
|
127
127
|
update_model: (msg) => {
|
|
128
|
-
// Only process messages for our room
|
|
129
|
-
if (msg.room !== room) {
|
|
130
|
-
return;
|
|
131
|
-
}
|
|
132
128
|
const event = parseRealtimeMessage(msg.data);
|
|
133
129
|
if (!event) {
|
|
134
130
|
return;
|