about summary refs log tree commit diff
path: root/src/components/PostControls/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PostControls/index.tsx')
-rw-r--r--src/components/PostControls/index.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx
index f024928ee..f871cf356 100644
--- a/src/components/PostControls/index.tsx
+++ b/src/components/PostControls/index.tsx
@@ -69,14 +69,17 @@ let PostControls = ({
   const {_, i18n} = useLingui()
   const {gtMobile} = useBreakpoints()
   const {openComposer} = useOpenComposer()
+  const {feedDescriptor} = useFeedFeedbackContext()
   const [queueLike, queueUnlike] = usePostLikeMutationQueue(
     post,
     viaRepost,
+    feedDescriptor,
     logContext,
   )
   const [queueRepost, queueUnrepost] = usePostRepostMutationQueue(
     post,
     viaRepost,
+    feedDescriptor,
     logContext,
   )
   const requireAuth = useRequireAuth()