bigbluebutton-Github/labs/meteor-client/client/views/chat/chat_bar.coffee
2014-06-19 06:29:48 -07:00

4 lines
126 B
CoffeeScript
Executable File

Template.chatbar.helpers
getMessagesInChat: (cio) ->
c = Chats.findOne {chatId:cio}
if c? then c.messages else []