removed path from notif, its created on the fly when retrieveing the notifications

v1.18.x
Baris Usakli 11 years ago
parent aed9a9f76f
commit f16ced6bcc

@ -84,7 +84,6 @@ var async = require('async'),
var defaults = { var defaults = {
bodyShort: '', bodyShort: '',
bodyLong: '', bodyLong: '',
path: '',
importance: 5, importance: 5,
datetime: Date.now(), datetime: Date.now(),
uniqueId: utils.generateUUID() uniqueId: utils.generateUUID()

Loading…
Cancel
Save