Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: detect Reply Deboosting #783

Open
Robot-Inventor opened this issue Jun 12, 2024 · 1 comment
Open

feat: detect Reply Deboosting #783

Robot-Inventor opened this issue Jun 12, 2024 · 1 comment
Labels
feat New feature or request

Comments

@Robot-Inventor
Copy link
Owner

const tweet = document.querySelector("[data-testid='tweet']");
const tweetParent = tweet.parentElement;
const props = getReactProps(tweetParent);
const isReplyDeboosted = props.children.props.entry.itemMetadata.clientEventInfo.details.conversationDetails.conversationSection === "LowQuality";
@Robot-Inventor Robot-Inventor added the feat New feature or request label Jun 12, 2024
@Robot-Inventor Robot-Inventor added this to the v4.0.0 milestone Jun 12, 2024
@Robot-Inventor
Copy link
Owner Author

const isFlaggedAsAbusive = props.children.props.entry.itemMetadata.clientEventInfo.details.conversationDetails.conversationSection === "AbusiveQuality";

@Robot-Inventor Robot-Inventor removed this from the v4.0.0 milestone Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant