From 56ab5e177fa2b24d0e5d9d969aa37532b96128da Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 21 Aug 2024 21:26:25 +0100 Subject: Show quote posts (#4865) * show quote posts * fix filter * fix keyExtractor * move likedby and repostedby to new file structure * use modern list component * remove relative imports * update quotes count after quoting * call `onPost` after updating quote count * Revert "update quotes count after quoting" This reverts commit 1f1887730a210c57c1e5a0eb0f47c42c42cf1b4b. * implement * update like count in quotes list * only add `onPostReply` where needed * Filter quotes with detached embeds * Bump SDK * Don't show error for no results --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey Co-authored-by: Eric Bailey --- src/view/shell/Composer.ios.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/shell/Composer.ios.tsx') diff --git a/src/view/shell/Composer.ios.tsx b/src/view/shell/Composer.ios.tsx index a732e0cde..7d3780801 100644 --- a/src/view/shell/Composer.ios.tsx +++ b/src/view/shell/Composer.ios.tsx @@ -33,6 +33,7 @@ export const Composer = observer(function ComposerImpl({}: { replyTo={state?.replyTo} onPost={state?.onPost} quote={state?.quote} + quoteCount={state?.quoteCount} mention={state?.mention} text={state?.text} imageUris={state?.imageUris} -- cgit 1.4.1