mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 23:11:12 +02:00
add debug for vector-im/riot-web#10940
This commit is contained in:
parent
76d691c373
commit
b85dc7b5a8
@ -1831,8 +1831,9 @@ export default createReactClass({
|
|||||||
if (this.state.currentRoomId) {
|
if (this.state.currentRoomId) {
|
||||||
const room = MatrixClientPeg.get().getRoom(this.state.currentRoomId);
|
const room = MatrixClientPeg.get().getRoom(this.state.currentRoomId);
|
||||||
if (room) {
|
if (room) {
|
||||||
subtitle = `| ${ room.name }`;
|
subtitle = `| ${ room.name } ${subtitle}`;
|
||||||
}
|
}
|
||||||
|
console.log(`updating subtitle as ${subtitle}`);
|
||||||
}
|
}
|
||||||
document.title = `${SdkConfig.get().brand || 'Riot'} ${subtitle} ${this.subTitleStatus}`;
|
document.title = `${SdkConfig.get().brand || 'Riot'} ${subtitle} ${this.subTitleStatus}`;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user