Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 7940e9f

Browse files
Add Content Refresh Event to Pipeline Tutorial (#140)
* Added NotificationV2 and Group Events NotificationV2 Events: notification-v2 notification-v2-update notification-v2-delete Group Events: group-joined group-left group-member-updated group-role-updated * Fix some NotificationV2 things * Added Content Refresh Event to Pipeline Tutorial * Pull upstream
1 parent 2c81626 commit 7940e9f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

content/tutorials/websocket.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,20 @@ A "`user-location`" event is sent when the user has changed instances.
346346
}
347347
```
348348

349+
350+
#### content-refresh
351+
A "`content-refresh`" event is sent when the user adds or removes profile images etc.
352+
353+
```json
354+
{
355+
"type": "content-refresh",
356+
"content": {
357+
"contentType": ":contentRefreshContentTypeEnum", // One of: "gallery", "icon", "emoji", ???
358+
"actionType": ":contentRefreshActionTypeEnum" // One of: "created", "deleted", ???
359+
}
360+
}
361+
```
362+
349363
---
350364

351365
### Group Events

0 commit comments

Comments
 (0)