Skip to content

Commit 4a56f20

Browse files
authored
chore: custom subscription authorization callout (#8385)
1 parent 65aa757 commit 4a56f20

File tree

1 file changed

+6
-0
lines changed
  • src/pages/[platform]/build-a-backend/data/custom-subscription

1 file changed

+6
-0
lines changed

src/pages/[platform]/build-a-backend/data/custom-subscription/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ sub.unsubscribe()
156156

157157
## (Optionally) Add server-side subscription filters
158158

159+
<Callout info>
160+
161+
**Note:** The custom subscription `.authorization()` modifier does not support the `owner` strategy. This differs from model subscriptions and may result in a subscription event being broadcast to a larger audience.
162+
163+
</Callout>
164+
159165
You can add subscription filters by adding arguments to the custom subscriptions.
160166

161167
{/* ### Basic subscription filters based on exact match

0 commit comments

Comments
 (0)