mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
Api: Handle add push messages in the nextmatch list
This commit is contained in:
@@ -183,6 +183,8 @@ var EgwApp = /** @class */ (function () {
|
||||
EgwApp.prototype.updateList = function (nm, pushData) {
|
||||
switch (pushData.type) {
|
||||
case 'add':
|
||||
nm.refresh(this.uid(pushData), 'add');
|
||||
break;
|
||||
case 'unknown':
|
||||
nm.applyFilters();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user