rrbrambley / MessageBeast-Android

A library for building Message-based apps on App.net
MIT License
5 stars 0 forks source link

Add support for Action Channels that support targeting messages in multiple channels. #15

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

Since message ids are unique across channels, there isn't technically a reason why a single action channel cannot be used for multiple target channels.

We could either:

  1. Not require a channel_id in the com.alwaysallthetime.action.metadata channel annotation, or
  2. Have an alternate key – channel_ids that is an array of channel ids to be used with the action channel.