Skip to content

Commit

Permalink
dummy notification server link remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsanchez06 committed Nov 28, 2024
1 parent 9943911 commit 423f2f3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ts/bchat/apis/push_notification_api/PnServer.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
import { callUtilsWorker } from '../../../webworker/workers/util_worker_interface';
import { sendViaOnionToNonSnode } from '../../onions/onionSend';

// const pnServerPubkeyHex = '54e8ce6a688f6decd414350408cae373ab6070d91d4512e17454d2470c7cf911';
const pnServerPubkeyHex = '54e8ce6a688f6decd414350408cae373ab6070d91d4512e17454d2470c7cf911';

// export const hrefPnServerProd = 'notification.rpcnode.stream';

// export const hrefPnServerDev = 'notification.rpcnode.stream';
const pnServerPubkeyHex = '589f8d0d376933e6a48266423235f323dfa4eb4179903314cf5dfb30d6cf794a';

export const hrefPnServerProd = '3.108.79.216:5000';

export const hrefPnServerDev = '3.108.79.216:5000';
export const hrefPnServerProd = 'notification.rpcnode.stream';

export const hrefPnServerDev = 'notification.rpcnode.stream';

const pnServerUrl = `http://${hrefPnServerProd}`;
export async function notifyPnServer(wrappedEnvelope: ArrayBuffer, sentTo: string) {
Expand Down

0 comments on commit 423f2f3

Please sign in to comment.