Skip to content

Commit

Permalink
Show timestamp in nonotify PMs (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscke authored and scheibo committed Aug 13, 2019
1 parent db3d655 commit dea589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-mainmenu.js
Expand Up @@ -1004,7 +1004,7 @@
case 'raw':
return '<div class="chat">' + BattleLog.sanitizeHTML(target) + '</div>';
case 'nonotify':
return {message: '<div class="chat">' + BattleLog.sanitizeHTML(target) + '</div>', noNotify: true};
return {message: '<div class="chat">' + timestamp + BattleLog.sanitizeHTML(target) + '</div>', noNotify: true};
default:
// Not a command or unsupported. Parsed as a normal chat message.
if (!name) {
Expand Down

0 comments on commit dea589a

Please sign in to comment.