diff options
Diffstat (limited to 'src/view/shell/Composer.tsx')
-rw-r--r-- | src/view/shell/Composer.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/Composer.tsx b/src/view/shell/Composer.tsx index b978d6b85..1c97df9c3 100644 --- a/src/view/shell/Composer.tsx +++ b/src/view/shell/Composer.tsx @@ -55,6 +55,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} |