4 lines
126 B
CoffeeScript
Executable File
4 lines
126 B
CoffeeScript
Executable File
Template.chatbar.helpers
|
|
getMessagesInChat: (cio) ->
|
|
c = Chats.findOne {chatId:cio}
|
|
if c? then c.messages else [] |