You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-22 04:02:40 +03:00
fix NPE on name (related to LL?)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user