about summary refs log tree commit diff
path: root/src/view/shell/Composer.ios.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/shell/Composer.ios.tsx')
-rw-r--r--src/view/shell/Composer.ios.tsx1
1 files changed, 1 insertions, 0 deletions
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}