Page MenuHomePhorge

D11350.1765149425.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D11350.1765149425.diff

diff --git a/web/redux/action-types.js b/web/redux/action-types.js
--- a/web/redux/action-types.js
+++ b/web/redux/action-types.js
@@ -83,13 +83,8 @@
getInitialReduxStateCallSingleKeyserverEndpointOptions,
);
- const {
- currentUserInfo,
- userInfos,
- pushApiPublicKey,
- commServicesAccessToken,
- navInfo,
- } = responses[authoritativeKeyserverID];
+ const { currentUserInfo, userInfos, pushApiPublicKey, navInfo } =
+ responses[authoritativeKeyserverID];
const dataLoaded = currentUserInfo && !currentUserInfo.anonymous;
const actualizedCalendarQuery = {
@@ -173,7 +168,6 @@
messageStore,
dataLoaded,
pushApiPublicKey,
- commServicesAccessToken,
inviteLinksStore,
keyserverInfos,
};
diff --git a/web/types/redux-types.js b/web/types/redux-types.js
--- a/web/types/redux-types.js
+++ b/web/types/redux-types.js
@@ -17,7 +17,6 @@
+userInfos: UserInfos,
+messageStore: MessageStore,
+pushApiPublicKey: ?string,
- +commServicesAccessToken: null,
+inviteLinksStore: InviteLinksStore,
+dataLoaded: boolean,
+actualizedCalendarQuery: CalendarQuery,

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 11:17 PM (1 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5846387
Default Alt Text
D11350.1765149425.diff (1 KB)

Event Timeline