Store member presence information

This commit is contained in:
miruka
2020-06-01 21:00:22 -04:00
parent e91a1f93e0
commit 50e17e950d
4 changed files with 46 additions and 3 deletions

View File

@@ -41,7 +41,9 @@ HTile {
SubtitleLabel {
tile: member
text: model.display_name ? model.id : ""
// text: model.display_name ? model.id : ""
text: [model.last_active_ago, model.currently_active,
model.presence, model.status_message].join(" | ")
color: theme.chat.roomPane.listView.member.subtitle
}
}