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

[App] Same message to be broadcast to multiple group #660

Open
danlg opened this issue Oct 18, 2016 · 0 comments
Open

[App] Same message to be broadcast to multiple group #660

danlg opened this issue Oct 18, 2016 · 0 comments
Assignees

Comments

@danlg
Copy link
Owner

danlg commented Oct 18, 2016

Necessary to implement #648 and fix #657

Smartix.Messages.Schema = new SimpleSchema({
    group: { type: String, optional:true },
    groups: { type: [String], optional:true }

the new code will only insert messages with field groups populated but will be able to read from field group for backward capability reason

amngupta added a commit that referenced this issue Oct 20, 2016
- Stash changes before working on bottleneck issue
amngupta added a commit that referenced this issue Oct 21, 2016
- Test code need to complete implementation
amngupta added a commit that referenced this issue Oct 23, 2016
- Removed unused helpers getGroupName
- Regression on getGroupName in list view due to [Groups]
- Fixed full-calendar in case of entries with other addons
amngupta added a commit that referenced this issue Oct 23, 2016
- Added new method broadcastNewsMessage to broadcast news to multiple groups
- Fixed relevant publish and methods
amngupta added a commit that referenced this issue Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants