@if (!hideContentWindow) {
@for (chat of getChatChannel(currentChannel); track chat; let i = $index) { @for (user of getChatUsers(chat.userId); track user) { @if(!isPublishedToday(chat.publishedTimestamp)) {

{{ convertTimestampDate(chat.publishedTimestamp) }}

}
} }
}