Skip to content

Commit

Permalink
telegram congif fixes for staging, localhost and alpha env
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed Dec 21, 2024
1 parent 2295fb4 commit a318f39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/config/config-alpha.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ export const config = {
extension: 'https://chrome.google.com/webstore/detail/epns-protocol-beta/lbdcbpaldalgiieffakjhiccoeebchmg',
howto: 'https://push.org/docs',
},

// social media integration
telegramExternalURL: 'https://web.telegram.org/k/#@PushCommDevBot',
discordExternalURL: null,
};

/**
Expand Down
4 changes: 4 additions & 0 deletions src/config/config-localhost.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ export const config = {
extension: 'https://chrome.google.com/webstore/detail/epns-staging-protocol-alp/bjiennpmhdcandkpigcploafccldlakj',
howto: 'https://push.org/docs',
},

// social media integration
telegramExternalURL: 'https://web.telegram.org/k/#@PushCommDevBot',
discordExternalURL: null,
};

/**
Expand Down
2 changes: 1 addition & 1 deletion src/config/config-staging.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const config = {
},

// social media integration
telegramExternalURL: 'https://t.me/PushCommDevBot',
telegramExternalURL: 'https://web.telegram.org/k/#@PushCommDevBot',
discordExternalURL: null,
};

Expand Down

0 comments on commit a318f39

Please sign in to comment.