mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Inital support for multi-tab loging
This commit is contained in:
@@ -265,8 +265,8 @@ export default class Sidebar extends React.Component {
|
||||
const channel = ChannelStore.getCurrent();
|
||||
if (channel) {
|
||||
let currentSiteName = '';
|
||||
if (global.window.config.SiteName != null) {
|
||||
currentSiteName = global.window.config.SiteName;
|
||||
if (global.window.mm_config.SiteName != null) {
|
||||
currentSiteName = global.window.mm_config.SiteName;
|
||||
}
|
||||
|
||||
let currentChannelName = channel.display_name;
|
||||
|
||||
Reference in New Issue
Block a user