Twitter: skip duplicate posts when importing hometimeline #282

Merged
ddorian1 merged 2 commits from twitter into master 2015-07-22 23:03:07 +02:00
ddorian1 commented 2015-07-18 13:19:05 +02:00 (Migrated from github.com)

This skips the import of some posts that would otherwise show up two times on the network page by

  • don't import posts that have been send by the user via Friendica to Twitter
  • don't import posts that will be mirrored to the users profile wall
This skips the import of some posts that would otherwise show up two times on the network page by - don't import posts that have been send by the user via Friendica to Twitter - don't import posts that will be mirrored to the users profile wall
annando commented 2015-07-18 15:46:22 +02:00 (Migrated from github.com)

There seems to be a small problem with this. When someone answers your Twitter post, not only the mention, but also the original messages should be visible in the thread.

It would be an idea if you would add some functionality to also fetch the original message for the reply post. (This would also help in situations when your don't follow all persons in a conversation.

There seems to be a small problem with this. When someone answers your Twitter post, not only the mention, but also the original messages should be visible in the thread. It would be an idea if you would add some functionality to also fetch the original message for the reply post. (This would also help in situations when your don't follow all persons in a conversation.
ddorian1 commented 2015-07-18 22:42:51 +02:00 (Migrated from github.com)

Oh, yes. Haven't thought about that. I will have a look at this.

Oh, yes. Haven't thought about that. I will have a look at this.
ddorian1 commented 2015-07-19 12:22:19 +02:00 (Migrated from github.com)

@annando I updated the branch. I think this is what you meant? For me, it seems to work quite nicely like this.

@annando I updated the branch. I think this is what you meant? For me, it seems to work quite nicely like this.
Sign in to join this conversation.
No description provided.