Skip to content

Commit 7c45ad8

Browse files
committed
fix(EAV-514): omit privateData in bucket adlib pieces and actions publications
it is not needed for the UI nor any other ddp subscriber
1 parent c58b021 commit 7c45ad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meteor/server/publications/buckets.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ meteorPublish(
5454
{
5555
fields: {
5656
ingestInfo: 0, // This is a large blob, and is not of interest to the UI
57+
privateData: 0,
5758
},
5859
}
5960
)
@@ -80,6 +81,7 @@ meteorPublish(
8081
{
8182
fields: {
8283
ingestInfo: 0, // This is a large blob, and is not of interest to the UI
84+
privateData: 0,
8385
},
8486
}
8587
)

0 commit comments

Comments
 (0)