Standardize on showConversation function, delete unused functions
This commit is contained in:
parent
1dc3ed914f
commit
f2f1c3c021
35 changed files with 174 additions and 198 deletions
|
@ -167,20 +167,20 @@ export function AddUserToAnotherGroupModal({
|
|||
>
|
||||
<ConversationList
|
||||
dimensions={contentRect.bounds}
|
||||
rowCount={filteredConversations.length}
|
||||
getRow={handleGetRow}
|
||||
shouldRecomputeRowHeights={false}
|
||||
showConversation={noop}
|
||||
getPreferredBadge={() => undefined}
|
||||
getRow={handleGetRow}
|
||||
i18n={i18n}
|
||||
theme={theme}
|
||||
lookupConversationWithoutUuid={async _ => undefined}
|
||||
onClickArchiveButton={noop}
|
||||
onClickContactCheckbox={noop}
|
||||
onSelectConversation={setSelectedGroupId}
|
||||
showChooseGroupMembers={noop}
|
||||
lookupConversationWithoutUuid={async _ => undefined}
|
||||
showUserNotFoundModal={noop}
|
||||
rowCount={filteredConversations.length}
|
||||
setIsFetchingUUID={noop}
|
||||
shouldRecomputeRowHeights={false}
|
||||
showChooseGroupMembers={noop}
|
||||
showConversation={noop}
|
||||
showUserNotFoundModal={noop}
|
||||
theme={theme}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue