socialize-messaging
socialize-messaging copied to clipboard
A messaging package for Meteor
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Get removeParticipant to update the correct participants document. Fixes #41
The issue that I am experiencing is when trying to remove a user from a conversation for the second time. When a user is re-added a new participant document is...
Hello, Is it possible to send attachments directly in Socialize (jpg, pdf) ? Thanks
So I am trying to attach other fields other than just a string to a message (i.e. other headers that will be used to be displayed with the message) and...