server_events_dispatch: Handle channel_folder/update event.

This commit is contained in:
Sahil Batra
2025-07-28 13:11:14 +05:30
committed by Tim Abbott
parent b67f31bae0
commit 3483c1dbcb
6 changed files with 98 additions and 2 deletions

View File

@@ -161,6 +161,18 @@ exports.fixtures = {
},
},
channel_folder__update: {
type: "channel_folder",
op: "update",
channel_folder_id: 1,
data: {
name: "New frontend",
description: "Channels for new frontend discussions",
rendered_description: "<p>Channels for new frontend discussions</p>",
is_archived: true,
},
},
channel_typing_edit_message__start: {
type: "typing_edit_message",
op: "start",