zernonia / tweetic

Convert Tweets to Static HTML
https://tweetic.zernonia.com/
MIT License
241 stars 17 forks source link

remove in reply to mention #39

Closed abdouhl closed 2 years ago

abdouhl commented 2 years ago

when the tweet is replying to another tweet, the tweet.text will add the mention example: "@iam2sw4g @tweek BASTA" instead of "BASTA" so I use display_text_range to remove the mentions

vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @zernonia on Vercel.

@zernonia first needs to authorize it.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
tweetic ✅ Ready (Inspect) Visit Preview Sep 9, 2022 at 6:34AM (UTC)
zernonia commented 2 years ago

@abdouhl could you share a tweetId with the occurrence you mentioend above?

abdouhl commented 2 years ago

https://twitter.com/convex_dev/status/1536835775542661120 tweet tweet1

zernonia commented 2 years ago

Nice! looks good to me 👍🏻 Thank you again!