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

Add informations for edited post #94

Open
Faareoh opened this issue Jun 28, 2024 · 0 comments
Open

Add informations for edited post #94

Faareoh opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Faareoh
Copy link

Faareoh commented Jun 28, 2024

Hello!

Since Twitter Blue is available, it has been possible to edit tweets. When a tweet is edited, it doesn't alter the original tweet but creates a new one.

Would it be possible to add a boolean isEdited, and/or if technicaly possible, an array containing all the edited tweets? (sorted by most recent edit, like in this page)

For this tweet, it would look something like this

{
  "bookmarkCount": 1,
  "conversationId": "1805993797009948909",
  "id": "1805993797009948909",
	. . .
+ "isEdited": true,
+ "editTweetsIds": [
+  "1805980255213019296",
+  "1805979842355023984",
+  "1805979406537556055"
+  ],
  . . .
}
@karashiiro karashiiro added the enhancement New feature or request label Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants