MessageReceiver accepts a server websocket url
// FREEBIE
This commit is contained in:
parent
fd5b0aeb85
commit
1f8856fa69
5 changed files with 30 additions and 42 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue