Do not make notifications persistent
This commit is contained in:
@@ -99,7 +99,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
|
|||||||
$scope.notifications = results;
|
$scope.notifications = results;
|
||||||
|
|
||||||
results.forEach(function (n) {
|
results.forEach(function (n) {
|
||||||
Client.notify(n.title, n.message, true /* persistent */, 'info', n.action);
|
Client.notify(n.title, n.message, false, 'info', n.action);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user