diff options
Diffstat (limited to 'src/view/com/util/forms/PostDropdownBtn.tsx')
-rw-r--r-- | src/view/com/util/forms/PostDropdownBtn.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/com/util/forms/PostDropdownBtn.tsx b/src/view/com/util/forms/PostDropdownBtn.tsx index c50b36640..57ee95e31 100644 --- a/src/view/com/util/forms/PostDropdownBtn.tsx +++ b/src/view/com/util/forms/PostDropdownBtn.tsx @@ -28,6 +28,7 @@ let PostDropdownBtn = ({ testID, post, postFeedContext, + postReqId, record, richText, style, @@ -40,6 +41,7 @@ let PostDropdownBtn = ({ testID: string post: Shadow<AppBskyFeedDefs.PostView> postFeedContext: string | undefined + postReqId: string | undefined record: AppBskyFeedPost.Record richText: RichTextAPI style?: StyleProp<ViewStyle> @@ -99,6 +101,7 @@ let PostDropdownBtn = ({ testID={testID} post={post} postFeedContext={postFeedContext} + postReqId={postReqId} record={record} richText={richText} timestamp={timestamp} |