1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00
This commit is contained in:
Matthew Hodgson
2019-09-24 14:57:39 +01:00
parent 7113772f9d
commit df33d0f74c

View File

@@ -1835,7 +1835,6 @@ export default createReactClass({
if (room) {
subtitle = `| ${ room.name } ${subtitle}`;
}
console.log(`updating subtitle as ${subtitle}`);
}
document.title = `${SdkConfig.get().brand || 'Riot'} ${subtitle} ${this.subTitleStatus}`;
},