Skip to content

Commit 2f9d911

Browse files
committed
added snapchat to the bridge list
1 parent 6782e46 commit 2f9d911

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bridges.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const (
4343
BridgeGoogleVoice BridgeType = "gvoice"
4444
BridgeLinkedIn BridgeType = "linkedin"
4545
BridgeLine BridgeType = "line"
46+
BridgeSnapchat BridgeType = "snapchat"
4647
BridgeReddit BridgeType = "reddit"
4748
BridgeTumblrDMs BridgeType = "tumblrdms"
4849
BridgeiMessageCloud BridgeType = "imessagecloud"
@@ -78,6 +79,7 @@ var bridgeNotifications = map[BridgeType][]BridgeUpdateNotification{
7879
BridgeGoogleVoice: defaultNotifications,
7980
BridgeLinkedIn: defaultNotifications,
8081
BridgeLine: defaultNotifications,
82+
BridgeSnapchat: defaultNotifications,
8183
BridgeReddit: defaultNotifications,
8284
BridgeTumblrDMs: defaultNotifications,
8385
BridgeHungryserv: defaultNotifications,

0 commit comments

Comments
 (0)