Skip to content

Commit

Permalink
fix: broadcastBrowser true on updateText
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 16, 2023
1 parent ed36dd2 commit dabfba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Expand Up @@ -396,7 +396,8 @@ async function updateText(data, flag) {
namespace: data.namespace,
room: data.room,
broadcast: data.broadcast,
broadcastSender: data.broadcastSender,
broadcastSender: false,
broadcastBrowser: true,
metadata: 'crdt-updateobject'
});
}
Expand Down

0 comments on commit dabfba1

Please sign in to comment.