Skip to content

Commit

Permalink
Update beeper service name
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 18, 2024
1 parent d8322dc commit c153a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (br *MetaBridge) Init() {
case config.ModeInstagram:
msgconv.MediaReferer = "https://www.instagram.com/"
br.ProtocolName = "Instagram DM"
br.BeeperServiceName = "instagram"
br.BeeperServiceName = "instagramgo"
br.BeeperNetworkName = "instagram"
defaultCommandPrefix = "!ig"
MessagixPlatform = types.Instagram
Expand All @@ -110,7 +110,7 @@ func (br *MetaBridge) Init() {
case config.ModeFacebook:
msgconv.MediaReferer = "https://www.facebook.com/"
br.ProtocolName = "Facebook Messenger"
br.BeeperServiceName = "facebook"
br.BeeperServiceName = "facebookgo"
br.BeeperNetworkName = "facebook"
defaultCommandPrefix = "!fb"
MessagixPlatform = types.Facebook
Expand Down

0 comments on commit c153a28

Please sign in to comment.