Try a new status indicator in messaging

This commit is contained in:
yflory
2018-09-13 11:49:01 +02:00
parent 1cd1542d19
commit 1b2f47c0c0
3 changed files with 15 additions and 3 deletions

View File

@@ -465,7 +465,9 @@ define([
title: Messages.contacts_leaveRoom
});
var status = h('span.cp-app-contacts-status');
var status = h('span.cp-app-contacts-status', {
title: Messages.contacts_online
});
var rightCol = h('span.cp-app-contacts-right-col', [
h('span.cp-app-contacts-name', [room.name]),
room.isFriendChat ? remove :