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

Add starring functionality to Messages #354

Open
rrbrambley opened this issue Oct 18, 2013 · 1 comment
Open

Add starring functionality to Messages #354

rrbrambley opened this issue Oct 18, 2013 · 1 comment

Comments

@rrbrambley
Copy link
Contributor

Why don't Messages have stars?

I want to be able to build apps that allow users to star/like/whatever a message in a channel. By supporting this, you'll enable apps to have the starring functionality without requiring that posts (or messages) are posted to the public feed. Currently, apps like Sprinter can post to both a channel and the global Post stream, and when reading from the channel, can use annotations on Messages to find the associated Posts, and use their star count. But if I want my Messages to exist only in the Channel (and not exist in the global stream), I have to build my own backend and keep track of stars, etc.

I think there are a lot of cool app ideas that don't involve traditional microblogging, and by not supporting stars (and maybe reposts – but I feel this is less important) on Messages, it's harder for devs to build apps that take advantage of your architecture without requiring the microblogging aspect (as Sprinter does – to glue the starring/reposting features on).

@jamesduffy
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants