Open danlg opened 8 years ago
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
groups
group
Necessary to implement #648 and fix #657
the new code will only insert messages with field
groups
populated but will be able to read from fieldgroup
for backward capability reason