satanas / Turpial

Twitter client written in Python. Light, fast, fully functional and integrated to the user desktop
http://turpial.org.ve
GNU General Public License v3.0
175 stars 47 forks source link

Reply to own tweets #370

Open Ryuno-Ki opened 9 years ago

Ryuno-Ki commented 9 years ago

I like the pattern of keep communication within a thread.

This way, I can later on view a tweet online and follow along it's history without the need to move one step upwards. However, in Turpial it isn't possible to reply on one's own tweets.

Example. Currently I can only communicate with J[on Doe] like this:

J: Foo - I: Bar
J: Foo - I: Baz

(read: Bar in reply to Foo, Baz in reply to Foo), but ideally it should be this way:

J: Foo - I: Bar - I: Baz

(read: Bar in reply to Foo, Baz in reply to Bar), hence keeping things within a thread.

satanas commented 9 years ago

Totally agree