Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-09-17 23:16:36 +00:00
commit c78ccd7856
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ module.exports = React.createClass({
});
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
let badgeContent;