Use recent convos for share via dialog (#4352)

This commit is contained in:
Eric Bailey
2024-06-04 13:35:07 -05:00
committed by GitHub
parent 9f001526d3
commit a49fe13223
3 changed files with 81 additions and 11 deletions
@@ -46,6 +46,7 @@ export function SendViaChatDialog({
<SearchablePeopleList
title={_(msg`Send post to...`)}
onSelectChat={onCreateChat}
showRecentConvos
/>
</Dialog.Outer>
)