Show messages sent to * in server tab again
This commit is contained in:
parent
05ce88a656
commit
fc29c48013
2 changed files with 20 additions and 20 deletions
|
@ -42,7 +42,7 @@ function initMessage(message, server, tab, state) {
|
|||
}
|
||||
|
||||
function getMessageTab(server, to) {
|
||||
if (!to || to.indexOf('.') !== -1) {
|
||||
if (!to || to.indexOf('.') !== -1 || to === '*') {
|
||||
return server;
|
||||
}
|
||||
return to;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue