Skip to content

Commit 4ca259b

Browse files
committed
Off
1 parent 27295a2 commit 4ca259b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/slack-notifications.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const SLACK_NOTIFICATION_CATEGORIES = [
2222
{
2323
key: "mention",
2424
label: "Tagged in photos",
25-
description: "When someone tags you in photos.",
26-
defaultEnabled: true,
25+
description: "When someone tags you in photos. Off by default.",
26+
defaultEnabled: false,
2727
},
2828
{
2929
key: "comment_on_upload",

0 commit comments

Comments
 (0)