|
@@ -61,7 +61,7 @@
|
|
@for (item of msgServe.messageMapList[channel]; track $index) {
|
|
@for (item of msgServe.messageMapList[channel]; track $index) {
|
|
<div class="clearfix message-box">
|
|
<div class="clearfix message-box">
|
|
@if ($index == 0 || item.timestamp -
|
|
@if ($index == 0 || item.timestamp -
|
|
- msgServe.messageMapList[channel][$index-1].timestamp > 600) {
|
|
|
|
|
|
+ msgServe.messageMapList[channel][$index-1].timestamp > 600000) {
|
|
<div class="time-box">
|
|
<div class="time-box">
|
|
@if (item.istoday) {
|
|
@if (item.istoday) {
|
|
<div class="time">{{ item.timestamp | showDate }}</div>
|
|
<div class="time">{{ item.timestamp | showDate }}</div>
|