Skip to content

Commit

Permalink
update @ProtonMail web clients
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jul 29, 2021
1 parent ca180ff commit 5f1ec77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions patches/protonmail/proton-mail.patch
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ index eec7ed5..81ab9cd 100644
const showSubTitleSection = wasIndexingDone(user.ID) && !isRefreshing && isDBLimited;

diff --git a/src/app/containers/EncryptedSearchProvider.tsx b/src/app/containers/EncryptedSearchProvider.tsx
index b46caa6..7b99735 100644
index 7cf1ec8..8ff1043 100644
--- a/src/app/containers/EncryptedSearchProvider.tsx
+++ b/src/app/containers/EncryptedSearchProvider.tsx
@@ -537,7 +537,7 @@ const EncryptedSearchProvider = ({ children }: Props) => {
@@ -559,7 +559,7 @@ const EncryptedSearchProvider = ({ children }: Props) => {
const t1 = performance.now();
const { dbExists, esEnabled, isCacheReady } = esDBStatus;
const { dbExists, esEnabled, isCacheReady, cachePromise } = esStatus;

- if (!dbExists || !esEnabled) {
+ if (true) {
Expand Down
6 changes: 3 additions & 3 deletions src/shared/proton-apps-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const PROVIDER_REPO_MAP = {
repoRelativeDistDir: "./dist",
baseDirName: "",
repo: "https://github.com/ProtonMail/proton-mail.git",
commit: "b0ae512f597a9e25cb8e923b4d4387daa0c76ec1",
commit: "407d246877cc6fd2c85b3698790f74090d772b0e",
protonPack: {
appConfig: {clientId: "WebMail"},
webpackIndexEntryItems: [
Expand Down Expand Up @@ -50,14 +50,14 @@ export const PROVIDER_REPO_MAP = {
repoRelativeDistDir: "./dist",
baseDirName: "account",
repo: "https://github.com/ProtonMail/proton-account.git",
commit: "f7a32664cea08cb4996ddc6ee458f31ad823c0f8",
commit: "91ce57749137e1fbe6d11b779890b8c5d2bc872a",
protonPack: {appConfig: {clientId: "WebAccount"}}
},
[PROVIDER_REPO_NAMES[2]]: {
repoRelativeDistDir: "./dist",
baseDirName: "calendar",
repo: "https://github.com/ProtonMail/proton-calendar.git",
commit: "b5dbf840b2162456b104e81b75baaedc9144fd1b",
commit: "cc7866fa1871b54232117f4369195d5327f49b0b",
protonPack: {
appConfig: {clientId: "WebCalendar"},
webpackIndexEntryItems: [
Expand Down

0 comments on commit 5f1ec77

Please sign in to comment.