disable calls for 1.7.8 build

This commit is contained in:
Audric Ackermann 2022-03-09 16:40:08 +11:00
parent a8de5a1679
commit 912d5f4209
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", "name": "session-desktop",
"productName": "Session", "productName": "Session",
"description": "Private messaging from your desktop", "description": "Private messaging from your desktop",
"version": "1.8.2", "version": "1.7.8",
"license": "GPL-3.0", "license": "GPL-3.0",
"author": { "author": {
"name": "Oxen Labs", "name": "Oxen Labs",

View file

@ -31,7 +31,7 @@ window.getNodeVersion = () => config.node_version;
window.sessionFeatureFlags = { window.sessionFeatureFlags = {
useOnionRequests: true, useOnionRequests: true,
useCallMessage: true, useCallMessage: false,
}; };
window.versionInfo = { window.versionInfo = {