Related issue: http://drupal.org/node/356379#comment-2899174
On user/[uid]/edit/twitter page, when one user has a twitter account linked and then the user remove it, history of tweets on "twitter" table should be deleted.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | twitter-1346744.patch | 1.74 KB | jonhattan |
| #4 | twitter-1346744.patch | 1.45 KB | jonhattan |
| #1 | delele-tweets-history-1346744-1.patch | 496 bytes | toleillo |
Comments
Comment #1
toleillo commentedPatch to delete history of tweets.
Comment #2
jonhattanWorks as expected.
/me working on a patch for d7.
Comment #3
jonhattanIt should delete user's timeline in despite $screen_name is null. OTOH It seems $screen_name always has a value. Will ask juampy
Comment #4
jonhattanPatch for d6.
Comment #5
jonhattanPatch for d7.
Comment #6
steinmb commentedThis got committed so no need for review?
Comment #7
jonhattanStill pending to commit to 7.x
Comment #8
juampynr commentedApplied johnattan's patch in 7.x-3.x with a small fix on twitter_account_delete ($account->screen_name instead of $account['screen_name']).
Twitter account info and tweets are now being deleted. Thanks toleillo, johnattan and steimbd for the good job.
http://drupalcode.org/project/twitter.git/commitdiff/14784629326f4947cac...