Skip to content

Commit

Permalink
feat: Support for share_shortcut and canvas_updated (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence authored Dec 6, 2024
1 parent 344e329 commit 4a589a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models/events/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ pub enum SlackMessageEventType {
FilePublic,
#[serde(rename = "huddle_thread")]
HuddleThread,
#[serde(rename = "share_shortcut")]
ShareShortcut,
#[serde(rename = "canvas_updated")]
CanvasUpdated,
}

#[skip_serializing_none]
Expand Down

0 comments on commit 4a589a4

Please sign in to comment.