Merge pull request #148 from xPaw/notif-chan-title
Fix #147: Correctly get channel name in notifications
This commit is contained in:
commit
6cee650283
@ -694,7 +694,7 @@ $(function() {
|
|||||||
} else {
|
} else {
|
||||||
title = msg.from;
|
title = msg.from;
|
||||||
if (!isQuery) {
|
if (!isQuery) {
|
||||||
title += " (" + button.text().trim() + ")";
|
title += " (" + button.data("title").trim() + ")";
|
||||||
}
|
}
|
||||||
title += " says:";
|
title += " says:";
|
||||||
body = msg.text.replace(/\x02|\x1D|\x1F|\x16|\x0F|\x03(?:[0-9]{1,2}(?:,[0-9]{1,2})?)?/g, "").trim();
|
body = msg.text.replace(/\x02|\x1D|\x1F|\x16|\x0F|\x03(?:[0-9]{1,2}(?:,[0-9]{1,2})?)?/g, "").trim();
|
||||||
|
Loading…
Reference in New Issue
Block a user