mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
MessageReceiver accepts a server websocket url
// FREEBIE
This commit is contained in:
@@ -124,7 +124,7 @@ module.exports = function(grunt) {
|
||||
files: [{ expand: true, dest: 'dist/', src: ['<%= dist.src %>'] }],
|
||||
options: {
|
||||
process: function(content, srcpath) {
|
||||
if (srcpath.match('libtextsecure')) {
|
||||
if (srcpath.match('libtextsecure') || srcpath.match('background.js')) {
|
||||
return content.replace(
|
||||
/textsecure-service-staging.whispersystems.org/g,
|
||||
'textsecure-service-ca.whispersystems.org:4433').replace(
|
||||
|
||||
Reference in New Issue
Block a user