Page MenuHomePhabricator

D10889.id36416.diff
No OneTemporary

D10889.id36416.diff

diff --git a/web/types/nav-types.js b/web/types/nav-types.js
--- a/web/types/nav-types.js
+++ b/web/types/nav-types.js
@@ -31,7 +31,7 @@
'danger-zone',
]);
-export type NavigationChatMode = 'view' | 'create';
+export type WebNavigationChatMode = 'view' | 'create';
const navigationChatModeValidator = t.enums.of(['view', 'create']);
export type NavInfo = {
@@ -41,7 +41,7 @@
+pendingThread?: ThreadInfo,
+settingsSection?: WebNavigationSettingsSection,
+selectedUserList?: $ReadOnlyArray<AccountUserInfo>,
- +chatMode?: NavigationChatMode,
+ +chatMode?: WebNavigationChatMode,
+inviteSecret?: ?string,
+loginMethod?: WebLoginMethod,
};

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 6, 11:19 AM (19 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249138
Default Alt Text
D10889.id36416.diff (665 B)

Event Timeline