From 2f9d9111b079305f2373d152d43cd7d79b6f2862 Mon Sep 17 00:00:00 2001 From: highesttt Date: Tue, 23 Jun 2026 16:58:04 -0500 Subject: [PATCH] added snapchat to the bridge list --- bridges.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bridges.go b/bridges.go index bd859e2..31889c4 100644 --- a/bridges.go +++ b/bridges.go @@ -43,6 +43,7 @@ const ( BridgeGoogleVoice BridgeType = "gvoice" BridgeLinkedIn BridgeType = "linkedin" BridgeLine BridgeType = "line" + BridgeSnapchat BridgeType = "snapchat" BridgeReddit BridgeType = "reddit" BridgeTumblrDMs BridgeType = "tumblrdms" BridgeiMessageCloud BridgeType = "imessagecloud" @@ -78,6 +79,7 @@ var bridgeNotifications = map[BridgeType][]BridgeUpdateNotification{ BridgeGoogleVoice: defaultNotifications, BridgeLinkedIn: defaultNotifications, BridgeLine: defaultNotifications, + BridgeSnapchat: defaultNotifications, BridgeReddit: defaultNotifications, BridgeTumblrDMs: defaultNotifications, BridgeHungryserv: defaultNotifications,