Skip to content

Commit f361c89

Browse files
Julusianjesperstarkar
authored andcommitted
fix: bucket content status publication SOFIE-2993
1 parent 5d3a610 commit f361c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meteor/server/publications/pieceContentStatusUI/bucket/publication.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ async function setupUIBucketContentStatusesPublicationObservers(
9999
if (!bucket || bucket.studioId !== args.studioId) throw new Error(`Bucket "${args.bucketId}" not found!`)
100100

101101
const contentCache = createReactiveContentCache()
102+
triggerUpdate({ newCache: contentCache })
102103

103104
// Set up observers:
104105
return [

0 commit comments

Comments
 (0)