zaik18
Results
1
comments of
zaik18
I need help... Messages = new Mongo.Collection('messages'); Messages.attachSchema( new SimpleSchema({ text : { type: String }, user_type : { type : String}, chat_session_id : { type : String }, type...