Group chat sources on the left in the message tray
This will make it easier for users to get back to their chats. https://bugzilla.gnome.org/show_bug.cgi?id=617234
This commit is contained in:

committed by
Marina Zhurakhinskaya

parent
0e4a47c0aa
commit
6c55ca59b0
@ -455,6 +455,8 @@ Source.prototype = {
|
||||
_init: function(accountPath, connPath, channelPath, targetHandle, targetHandleType, targetId) {
|
||||
MessageTray.Source.prototype._init.call(this, targetId);
|
||||
|
||||
this.isChat = true;
|
||||
|
||||
this._accountPath = accountPath;
|
||||
|
||||
let connName = Telepathy.pathToName(connPath);
|
||||
|
Reference in New Issue
Block a user