You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TimDaub Do you think that Twitter articles should be automatically unrolled in the internal FixTweet API? i.e. text field contains the whole article contents.
This would be really cool to implement especially with Telegram Instant View support, you could see the entire article without leaving the app
At the moment, we need:
Code to handle fetching the Twitter article from its GraphQL
Deal with formatting (the way we handle things doesn't really work well with bold,italics, and such in mind)
Related, dealing with inline images (and videos if those are supported too)
Rendering for telegram instant view (which i think is the most useful application for this since Discord embeds are small)
I don't pay for X Premium so it would be quite useful if someone made a test post with all of the different formatting features to test against.
For example:
https://twitter.com/VALORANT/article/1805586901141012870
https://twitter.com/VALORANT/status/1805586901141012870
For the embed, probably just copy from what we have with image post embed (because afaik article need an image)
The text was updated successfully, but these errors were encountered: