messageTray: add an indicatorCount property
This filters out resident and transient notifications in the normal case, but just returns the number of unread messages for the Telepathy implementation. https://bugzilla.gnome.org/show_bug.cgi?id=687787
This commit is contained in:
@ -640,6 +640,10 @@ const ChatSource = new Lang.Class({
|
||||
return this._pendingMessages.length;
|
||||
},
|
||||
|
||||
get indicatorCount() {
|
||||
return this.count;
|
||||
},
|
||||
|
||||
get unseenCount() {
|
||||
return this.count;
|
||||
},
|
||||
|
Reference in New Issue
Block a user