We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c567400 + 3563212 commit 622f467Copy full SHA for 622f467
package.json
@@ -2,7 +2,7 @@
2
"name": "session-desktop",
3
"productName": "Session",
4
"description": "Private messaging from your desktop",
5
- "version": "1.16.9",
+ "version": "1.16.10",
6
"license": "GPL-3.0",
7
"author": {
8
"name": "Session Foundation",
ts/node/sharp_support/sharpSupport.ts
@@ -30,7 +30,7 @@ function sse42FromCPUInfo() {
30
31
const sseFlagFound = flags.includes('sse4_2');
32
console.info('SSE 4.2 flag found:', sseFlagFound);
33
- return sseFlagFound && false;
+ return sseFlagFound;
34
}
35
return false;
36
} catch (error) {
0 commit comments