From 66b0fa0ceb3820840fe30c04ef39b1aa6cbc19ce Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Thu, 14 Nov 2024 09:30:54 +0100 Subject: [PATCH] Update description --- content/guides/events/user-events/for-user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/guides/events/user-events/for-user.md b/content/guides/events/user-events/for-user.md index 2664c01c7..a402f5e68 100644 --- a/content/guides/events/user-events/for-user.md +++ b/content/guides/events/user-events/for-user.md @@ -114,11 +114,11 @@ The following events are only available in the `all` feed. ## Event notifications -To reduce the noise of the event stream and streamline event consumption, the following event types have optimized notification behavior. +To reduce the noise of the event stream and optimize event consumption, the event types listed in the table trigger a limited number of notifications. | Event type | Notification behavior| |-----------|--------------| -|`COLLAB_ADD_COLLABORATOR`, `COLLAB_REMOVE_COLLABORATOR`, `COLLAB_INVITE_COLLABORATOR`, `COLLAB_ROLE_CHANGE` |When this event takes place, the content owner on the `changes` event stream is notified. Collaboration owners will see an additional event that matches what they see on the `all` stream.| +|`COLLAB_ADD_COLLABORATOR`, `COLLAB_REMOVE_COLLABORATOR`, `COLLAB_INVITE_COLLABORATOR`, `COLLAB_ROLE_CHANGE` | When these events take place, the content owner on the `changes` event stream is notified. Collaborators see an additional event that matches what they see on the `all` stream.| | `ITEM_DOWNLOAD` | When an item is downloaded, only the content owner gets the notification. Collaborators are not notified.| | `ITEM_PREVIEW` | When an item is previewed, only the content owner gets the notification. Collaborators are not notified. |