mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 02:41:05 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
c78ccd7856
@ -273,6 +273,7 @@ module.exports = React.createClass({
|
|||||||
});
|
});
|
||||||
|
|
||||||
let name = this.state.roomName;
|
let name = this.state.roomName;
|
||||||
|
if (name == undefined || name == null) name = '';
|
||||||
name = name.replace(":", ":\u200b"); // add a zero-width space to allow linewrapping after the colon
|
name = name.replace(":", ":\u200b"); // add a zero-width space to allow linewrapping after the colon
|
||||||
|
|
||||||
let badgeContent;
|
let badgeContent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user