title: {{channel.~messageChannel[sort: 'dateSent DESC', limit: 1].first().subject or channel.receiver.owner.fullname() or channel.name or channel.topic}}
cols: 6
titleActionButton: openView {
item: {{channel}}
}
title: {{channel.~messageChannel[sort: 'dateSent DESC', limit: 1].first().subject OR channel.receiver.owner.fullname() OR channel.name OR channel.topic}}
image: {{.~messageChannel.sender.owner.profilePicture OR .photo OR .receiver.profilePicture OR .receiver.owner.profilePicture OR .~messageChannel.sender.profilePicture OR "assets/images/person.png"}}
maxHeight: 30
maxWidth: 30
minHeight: 30
minWidth: 30
sizingMode: fill
}
Text {
color: #737373
font: 12 regular
text: {{.receiver.owner.fullName() OR .name OR .~messageChannel.sender.identifier}}
image: {{.~messageChannel.sender.owner.profilePicture OR .photo OR .receiver.profilePicture OR .receiver.owner.profilePicture OR .~messageChannel.sender.profilePicture OR "assets/images/person.png"}}