getlantern / firetweet

FireTweet for Android powered by Lantern
272 stars 73 forks source link

Unable to retweet if the user has two accounts and then tries to retweet a reply from the other account #22

Open sunshine19090 opened 9 years ago

sunshine19090 commented 9 years ago

I used two accounts, say acct1 and acct2

  1. User tweets from acct1 and then replies using acct2.
  2. Now if the user tries to retweet the reply from acct2 then the user gets an error that cannot be retweeted though signed in as acct1.

I guess the error is probably correct in the mobile app as we know that it is the same user and the user cannot retweet their own tweets. So, I suggest to disable the retweet option for this case or we should take out the error code from the message "Error while retweeting: Error 328: Retweet is not permissible for this status". We could just say "Retweet is not permissible for this status".