bigbluebutton-Github/labs/meteor-client/client/views/chat/chat_bar.coffee
2014-06-23 06:21:03 -07:00

5 lines
149 B
CoffeeScript
Executable File

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