TwidereProject / Twidere-Android

http://twidere.com
2.75k stars 377 forks source link

Duplicate posts in Home due to multiple accounts #778

Open yiskah opened 7 years ago

yiskah commented 7 years ago

This is a feature request.

I have multiple accounts on Mastodon and Twitter. Some are public and some are personal. Often, they have heavy overlap between who they follow.

In Twidere at present, if the same user is followed on two accounts, a post form them shows up twice. So right now with all my public and personal accounts plugged in, I see mostly duplicate posts.

It would be really nice if Twidere could recognize redundancies in users/posts and not display duplicates.

photo_2017-04-23_00-21-16

jbbdude commented 7 years ago

This could potentially be implemented by using the post URL as a UUID. The double posts would have the same URL.

puphime commented 7 years ago

posts on mastodon have a UID (unique id) available through the API, that would be more reliable

ghost commented 7 years ago

This redundancy is useful because, depending on which card I like/RT/reply determines which account I like/RT/reply with. If the redundant cards get merged together, then the 'Open with account' function will need to be fleshed out so that we can open a fediverse 'tweet' in a different account.