Skip to content

Commit

Permalink
add a mime types for non-threaded messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Jan 9, 2025
1 parent a2f22d5 commit 15f682a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/src/shared/internal_mime_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export type NotionMimeType =

export const SLACK_MIME_TYPES = {
CHANNEL: "application/vnd.dust.slack.channel",
THREAD: "text/vnd.dust.slack.thread",
THREAD: "application/vnd.dust.slack.thread",
MESSAGES: "application/vnd.dust.slack.messages",
};

export type SlackMimeType =
Expand Down

0 comments on commit 15f682a

Please sign in to comment.