Skip to content

Commit ab08ac8

Browse files
committed
mute removals
1 parent ccc765d commit ab08ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fireproof/src/crdt-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function applyBulkUpdateToCrdt(
5858
if (result.event) {
5959
for (const { cid, bytes } of [
6060
...result.additions,
61-
...result.removals, // todo mute
61+
// ...result.removals,
6262
result.event
6363
]) {
6464
tblocks.putSync(cid, bytes)

0 commit comments

Comments
 (0)