Fix missing channel name from invite notifications

This commit is contained in:
Jérémie Astori 2016-04-11 00:56:59 -04:00
parent 71a4dde7ad
commit af2c36e86e

View file

@ -775,7 +775,7 @@ $(function() {
if (msg.type === "invite") {
title = "New channel invite:";
body = msg.from + " invited you to " + msg.text;
body = msg.from + " invited you to " + msg.channel;
} else {
title = msg.from;
if (!isQuery) {