-
Notifications
You must be signed in to change notification settings - Fork 92
Does Tweetnest already support the new 280 characters tweet length? #91
Comments
It looks to me like the text column of the |
Hmmm, my database is |
I've made a quick hack to solve this temporarily:
with
I added a mapping between in the
That's all. EDIT: it appears I didnt run the |
suggestion by sburlot.
Any good suggestions for an easy way to re-import longer tweets that already got truncated? |
I deleted all messages directly in the mysql database between the 280’s Twitter update and the moment when I make the change. |
If you are like me and had an outdated version full of ..., you can just delete everything since the change and then load tweets. I tried targeting the character directly but unfortunately it doesn't reload them automatically (it looks for the most recent tweet and if it's there, won't load anymore). I didn't feel like modifying the code so I ran: DELETE FROM `tn_tweets` WHERE `time` > '1509462910'; |
https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html
The text was updated successfully, but these errors were encountered: