Fix #147: Correctly get channel name in notifications

This commit is contained in:
Pavel Djundik 2016-03-05 22:39:59 +02:00
parent 46c2eabac2
commit 3d05127fad

View file

@ -694,7 +694,7 @@ $(function() {
} else {
title = msg.from;
if (!isQuery) {
title += " (" + button.text().trim() + ")";
title += " (" + button.data("title").trim() + ")";
}
title += " says:";
body = msg.text.replace(/\x02|\x1D|\x1F|\x16|\x0F|\x03(?:[0-9]{1,2}(?:,[0-9]{1,2})?)?/, "").trim();