|
|
|
@ -582,7 +582,7 @@ define(['jquery', 'underscore', 'text!partials/chat.html', 'text!partials/chatro |
|
|
|
var subscope = scope.showGroupRoom(null, { |
|
|
|
var subscope = scope.showGroupRoom(null, { |
|
|
|
restore: true, |
|
|
|
restore: true, |
|
|
|
noenable: true, |
|
|
|
noenable: true, |
|
|
|
noactivate: true |
|
|
|
noactivate: !!scope.currentRoomActive |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (scope.currentRoomName != room.Name) { |
|
|
|
if (scope.currentRoomName != room.Name) { |
|
|
|
var msg = $("<span>").text(translation._("You are now in room %s ...", room.Name)); |
|
|
|
var msg = $("<span>").text(translation._("You are now in room %s ...", room.Name)); |
|
|
|
|