{{$root.channeltesting.split(':')[0] != $root.user.id ? chatNameHeader($root.channeltesting.split(':')[0]) : chatNameHeader($root.channeltesting.split(':')[1])}}

{{users["room"].split(':')[0] != $root.user.id ? convUserName([users["room"].split(':')[0]]) : convUserName([users["room"].split(':')[1]])}}

{{users["user"].from_id == $root.user.id ? 'Sent:' : 'Recv:'}} {{users["text"] | limitTo:20 }} {{users["text"].length > 20 ? '...' : ''}} {{countAllConvUnreadMessages(chatConvMessages,users)}}

{{users["inserted_at"] | dateWithTZ | date: "shortTime"}} / {{users["inserted_at"].substr(0,10)}}

{{ message.from_id != $root.user.id ? convUserName(message.from_id) : 'You' }} {{ message.text }} {{ message.inserted_at | dateWithTZ | date: "shortTime" }}

{{onlineUser.username}} is typing...