mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-22 05:38:37 +00:00
Don't need angle brackets anymore for party cast notifications
This commit is contained in:
parent
ea0b5b9291
commit
47c4b1dbe5
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ api.cast = function(req, res) {
|
|||
|
||||
if (group) {
|
||||
series.push(function(cb2){
|
||||
var message = '`<'+user.profile.name+'> casts '+spell.text + (type=='user' ? ' on @'+found.profile.name : ' for the party')+'.`';
|
||||
var message = '`'+user.profile.name+' casts '+spell.text + (type=='user' ? ' on @'+found.profile.name : ' for the party')+'.`';
|
||||
group.sendChat(message);
|
||||
group.save(cb2);
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue