mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
More permissive username search
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
const chai = require('chai');
|
||||
const chaiAsPromised = require('chai-as-promised');
|
||||
const { usernames } = require('@signalapp/libsignal-client');
|
||||
|
||||
const { Crypto } = require('../ts/context/Crypto');
|
||||
const { setEnvironment, Environment } = require('../ts/environment');
|
||||
@@ -23,7 +22,6 @@ global.window = {
|
||||
performance,
|
||||
SignalContext: {
|
||||
crypto: new Crypto(),
|
||||
usernames,
|
||||
log: {
|
||||
info: (...args) => console.log(...args),
|
||||
warn: (...args) => console.warn(...args),
|
||||
|
||||
Reference in New Issue
Block a user