fix #2040 - $rootScope.moment = window.moment. Fixes to applying spell
This commit is contained in:
@@ -347,7 +347,7 @@ api.cast = function(req, res) {
|
||||
uuid: user._id,
|
||||
contributor: user.contributor && user.contributor.toObject(),
|
||||
backer: user.backer && user.backer.toObject(),
|
||||
text: '`casts ' + spell.text + ' on ' + (type == 'user' ? found.profile.name : 'the party') + '`',
|
||||
text: '`casts ' + spell.text + ' on ' + (type == 'user' ? '@'+found.profile.name : 'the party') + '`',
|
||||
user: '<'+user.profile.name+'>',
|
||||
timestamp: +new Date
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user