mirror of https://github.com/vector-im/riot-web
Update src/components/views/rooms/RoomTile.js
Co-Authored-By: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
fbabe79647
commit
1b75909cad
|
@ -58,7 +58,7 @@ module.exports = createReactClass({
|
|||
getInitialState: function() {
|
||||
// eslint-disable-next-line camelcase
|
||||
const joinRules = this.props.room.currentState.getStateEvents("m.room.join_rules", "");
|
||||
const joinRule = joinRules && joinRules.getContent() && joinRules.getContent().join_rule;
|
||||
const joinRule = joinRules && joinRules.getContent().join_rule;
|
||||
|
||||
return ({
|
||||
joinRule,
|
||||
|
|
Loading…
Reference in New Issue