Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change unfollow to stop-following #3

Merged
merged 1 commit into from Apr 25, 2014

Conversation

digital-dreamer
Copy link
Contributor

When you stop following a user, the standard verb of this activity (used by other clients) is “stop-following” (according to http://activitystrea.ms/head/activity-schema.html#verbs), but impeller posts it as “unfollow”, which is not included in ms_verbStrings for localization.

So we are in a curious situation where Impeller doesn't understand it's own activities.

We could either add “unfollow” to ms_verbStrings and point it to the same localized string as “stop-following”, or we can change it to “stop-following” comply with the activitystrea.ms standard. I would say this solution has the advantage of compatibility with other pump.io clients. Introducing new verbs for the same action would add more complexity other developers will have to deal with if they want to parse actions or implement i18n in their applications.

@erincandescent erincandescent self-assigned this Apr 25, 2014
@erincandescent
Copy link
Owner

This is IMP-647

erincandescent added a commit that referenced this pull request Apr 25, 2014
IMP-647 #resolve Change unfollow to stop-following
@erincandescent erincandescent merged commit a69a2e0 into erincandescent:master Apr 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants