Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

fix: strip user ID from parentPostID and quotedPostID #185

Merged
merged 1 commit into from Jul 17, 2023
Merged

fix: strip user ID from parentPostID and quotedPostID #185

merged 1 commit into from Jul 17, 2023

Conversation

aleclarson
Copy link
Contributor

@aleclarson aleclarson commented Jul 16, 2023

The post ID returned by publish includes the user ID at the end (e.g. 3148420376389470708_60654468808), which is fine, but the publish endpoint expects reply_id and quoted_post_id to not have the user ID part (e.g. 3148420376389470708 only).

Fixes #149 (comment)

@junhoyeo junhoyeo self-requested a review July 16, 2023 23:16
Copy link
Owner

@junhoyeo junhoyeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍

@junhoyeo junhoyeo merged commit de1dedb into junhoyeo:main Jul 17, 2023
2 checks passed
@junhoyeo junhoyeo mentioned this pull request Jul 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to add when creating a thread? (Fetching PostID Impossible)
2 participants