-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
[Twitter] After update to 1.14.1 #833
Comments
The idea was to have less metadata clutter for most Tweets were 'author' and 'user' are the same (non-retweets), and only provide a 'user' field. The original Tweet author could be gotten with {author[…]|user[…]}, but basically no one knows about that.
Fixed in b943941
See #831 (comment)
This was already the case before the Twitter rewrite in 1.14.1 and it kind of makes sense. A retweet is a different thing than the original tweet, and both have different IDs and creation times on Twitter's end.
The old Twitter code before 1.14.1 treated quoted Tweets the same as Retweets, but that's kind of wrong, because he original Tweet and the Tweet that quotes it both have their own separate content. Maybe just splitting them internally and treating them as 2 distinct objects instead of 1 like it's currently done works here ... |
- filter them when 'retweets' is disabled - set 'author' to the creator of the quoted tweet like it was before the rewrite
I faced some problems.
Retweeted tweet filename problem.
Twitter author[name] keyword not working #831
The tweet_id and date of the retweet file and the original file do not match.
When download the timeline, Download quoted content like Its own tweet. I hope quoted contents is handled like retweet.
Finally, I always appreciate your hard work using this application and hope you don't get too stressed out with this report.
The text was updated successfully, but these errors were encountered: