bump to 1.7.9 without calls

This commit is contained in:
Audric Ackermann 2022-03-22 11:00:49 +11:00
parent 36eb6c8d8e
commit 2318a291f0
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.3",
"version": "1.7.9",
"license": "GPL-3.0",
"author": {
"name": "Oxen Labs",

View File

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