mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
removed path from notif, its created on the fly when retrieveing the notifications
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user