Preload conversation open data
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
6ea47d9c6b
commit
7db33a6708
14 changed files with 332 additions and 89 deletions
|
@ -139,6 +139,7 @@ export type PropsType = {
|
|||
showFindByUsername: () => void;
|
||||
showFindByPhoneNumber: () => void;
|
||||
showConversation: ShowConversationType;
|
||||
preloadConversation: (conversationId: string) => void;
|
||||
showInbox: () => void;
|
||||
startComposing: () => void;
|
||||
startSearch: () => unknown;
|
||||
|
@ -205,6 +206,7 @@ export function LeftPane({
|
|||
|
||||
openUsernameReservationModal,
|
||||
preferredWidthFromStorage,
|
||||
preloadConversation,
|
||||
removeConversation,
|
||||
renderCaptchaDialog,
|
||||
renderCrashReportDialog,
|
||||
|
@ -776,6 +778,7 @@ export function LeftPane({
|
|||
}
|
||||
showConversation={showConversation}
|
||||
blockConversation={blockConversation}
|
||||
onPreloadConversation={preloadConversation}
|
||||
onSelectConversation={onSelectConversation}
|
||||
onOutgoingAudioCallInConversation={
|
||||
onOutgoingAudioCallInConversation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue