jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

add screen-name added to or removed from the list #122

Closed milligramme closed 12 years ago

milligramme commented 12 years ago

earthquake didnt show screen-name added to or removed from the list.

before [list_member_added] @milligramme/listname (desc) [list_member_removed] @milligramme/listname (desc)

after [list_member_added] "who" added to @milligramme/listname (desc) [list_member_removed] "who" removed from @milligramme/listname (desc)

no6v commented 12 years ago

Hmm, the event name is indicating which event has happened. I feel that is enough.

milligramme commented 12 years ago

I'm sorry, some words had be hidden. I hope to be able to show the screen-name for the account who added or removed "added to" and "removed from" are not necessarily required

no6v commented 12 years ago

I understood your intent. I'm neutral to add this patch. In fact, I rarely use the Lists.

jugyo commented 12 years ago

I think that we can guess who added (or removed) user to list by looking at the list name like '@jugyo/rubyist'.

誰がリストに追加したかっていうの、リストの名前見ればわかると思ってたんですが、わからないケースもあるんですっけ?

no6v commented 12 years ago

If you add someone to your list, the target user would be that user. Is there any other case to be notified?

自分が自分のリストに誰かを追加すると、target はそのユーザになるみたいです。 他にもイベントが通知されるケースがあるのかな?