sets is_retweet to false

This commit is contained in:
Mariotaku Lee 2017-06-10 14:06:49 +08:00
parent d5f0bc2cc5
commit 51fa7afafb
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ fun ParcelableStatus.extractFanfouHashtags(): List<String> {
fun ParcelableStatus.makeOriginal() {
if (!is_retweet) return
id = retweet_id
is_retweet = false
retweeted_by_user_key = null
retweeted_by_user_name = null
retweeted_by_user_screen_name = null