Fix missing channel name from invite notifications
This commit is contained in:
parent
71a4dde7ad
commit
af2c36e86e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user