We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27295a2 commit 4ca259bCopy full SHA for 4ca259b
1 file changed
lib/slack-notifications.ts
@@ -22,8 +22,8 @@ export const SLACK_NOTIFICATION_CATEGORIES = [
22
{
23
key: "mention",
24
label: "Tagged in photos",
25
- description: "When someone tags you in photos.",
26
- defaultEnabled: true,
+ description: "When someone tags you in photos. Off by default.",
+ defaultEnabled: false,
27
},
28
29
key: "comment_on_upload",
0 commit comments