build session without calls but with search ON

This commit is contained in:
Audric Ackermann 2022-02-07 12:12:55 +11:00
parent 2b71f573e0
commit 146a317301
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "session-desktop",
"productName": "Session",
"description": "Private messaging from your desktop",
"version": "1.8.1",
"version": "1.7.7",
"license": "GPL-3.0",
"author": {
"name": "Loki Project",

View File

@ -35,7 +35,7 @@ window.isBehindProxy = () => Boolean(config.proxyUrl);
window.lokiFeatureFlags = {
useOnionRequests: true,
useMessageRequests: false,
useCallMessage: true,
useCallMessage: false,
};
window.isBeforeVersion = (toCheck, baseVersion) => {