Skip to content

Commit

Permalink
[landing] Mark all other instances of encryption as shipped
Browse files Browse the repository at this point in the history
Summary: I missed some spots in D13668.

Test Plan: Change seems safe

Reviewers: varun

Reviewed By: varun

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D13690
  • Loading branch information
Ashoat committed Oct 10, 2024
1 parent 8308ae8 commit 1f91ed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions landing/competitor-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const competitorData: { [key: string]: Competitor } = Object.freeze({
featureComparison: [
{
title: 'Encryption',
comingSoon: true,
comingSoon: false,
competitorDescriptionShort:
'Discord staff is able to read the contents of all messages sent on the app.',
commDescriptionShort:
Expand Down Expand Up @@ -282,7 +282,7 @@ const competitorData: { [key: string]: Competitor } = Object.freeze({
featureComparison: [
{
title: 'Encryption',
comingSoon: true,
comingSoon: false,
competitorDescriptionShort:
'E2E encryption is optional in Matrix. Two-person encrypted chats use Double Ratchet, but group chats use a less secure algorithm called Megolm.',
commDescriptionShort:
Expand Down Expand Up @@ -438,7 +438,7 @@ const competitorData: { [key: string]: Competitor } = Object.freeze({
featureComparison: [
{
title: 'Encryption',
comingSoon: true,
comingSoon: false,
competitorDescriptionShort:
'Slack staff is able to read the contents of all messages sent on the app.',
commDescriptionShort:
Expand Down Expand Up @@ -535,7 +535,7 @@ const competitorData: { [key: string]: Competitor } = Object.freeze({
featureComparison: [
{
title: 'Encryption',
comingSoon: true,
comingSoon: false,
competitorDescriptionShort:
'Outside of rarely-used “Secret Chats”, Telegram staff is able to read the contents of all messages sent on the app.',
commDescriptionShort:
Expand Down

0 comments on commit 1f91ed7

Please sign in to comment.