5 lines
149 B
CoffeeScript
Executable File
5 lines
149 B
CoffeeScript
Executable File
Template.chatbar.helpers
|
|
getMessagesInChat: ->
|
|
c = Chats.findOne {chatId: Session.get("meetingId") }
|
|
if c? then c.messages else []
|
|
|