Additional logging, more reliable contact/group sync fetch
This commit is contained in:
@@ -1542,7 +1542,7 @@ describe('SignalProtocolStore', () => {
|
||||
id: '1-one',
|
||||
version: 2,
|
||||
|
||||
attempts: 3,
|
||||
attempts: 10,
|
||||
envelope: 'first',
|
||||
receivedAtCounter: 0,
|
||||
timestamp: NOW + 1,
|
||||
|
@@ -21,7 +21,9 @@ import WebSocketResource from '../textsecure/WebsocketResources';
|
||||
describe('WebSocket-Resource', () => {
|
||||
class FakeSocket extends EventEmitter {
|
||||
public sendBytes(_: Uint8Array) {}
|
||||
|
||||
public socket = {
|
||||
localPort: 5678,
|
||||
};
|
||||
public close() {}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user