Skip to content

Commit

Permalink
Add imessagego
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Aug 16, 2023
1 parent 7f661b0 commit 37cb7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridges.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const (
BridgeGoogleMessages BridgeType = "gmessages"
BridgeLinkedIn BridgeType = "linkedin"
BridgeiMessageCloud BridgeType = "imessagecloud"
BridgeiMessagego BridgeType = "imessagego"
BridgeHungryserv BridgeType = "hungryserv"
BridgeDummy BridgeType = "dummybridge"
BridgeDummyWebsocket BridgeType = "dummybridgews"
Expand All @@ -63,6 +64,7 @@ var bridgeNotifications = map[BridgeType][]BridgeUpdateNotification{
BridgeSignald: defaultNotifications,
BridgeTmpSignalgo: defaultNotifications,
BridgeInstagram: defaultNotifications,
BridgeiMessagego: defaultNotifications,
BridgeDiscord: defaultNotifications,
BridgeSlack: defaultNotifications,
BridgeGoogleMessages: defaultNotifications,
Expand Down

0 comments on commit 37cb7ef

Please sign in to comment.