mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +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 = {
|
||||
bodyShort: '',
|
||||
bodyLong: '',
|
||||
path: '',
|
||||
importance: 5,
|
||||
datetime: Date.now(),
|
||||
uniqueId: utils.generateUUID()
|
||||
|
||||
Reference in New Issue
Block a user