enable calls and bump Session to 1.8.0

This commit is contained in:
Audric Ackermann 2021-12-20 10:16:13 +11:00
parent 5596d72fe8
commit 3d87f0d5a2
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.7.6",
"version": "1.8.0",
"license": "GPL-3.0",
"author": {
"name": "Loki Project",

View File

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